Color Hex Logo

#f92515 Color Hex

#F92515
(249,37,21)
0 Favorites   0 Comments

Color spaces of #f92515

RGB 2493721
HSL0.010.950.53
HSV92°98°
CMYK 0.000.850.92   0.02
XYZ39.863821.51702.7616
Yxy21.51700.62150.3355
Hunter Lab46.386472.224028.9407
CIE-Lab53.510774.653461.0841

#f92515 color RGB value is (249,37,21).

#f92515 hex color red value is 249, green value is 37 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #f92515 hue: 0.01 , saturation: 0.95 and the lightness value of f92515 is 0.53.

The process color (four color CMYK) of #f92515 color hex is 0.00, 0.85, 0.92, 0.02. Web safe color of #f92515 is #ff3300. Color #f92515 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100101 00010101
Octal 371 45 25
Decimal 249 37 21
Hex F9 25 15

RGB Percentages of Color #f92515

%81.11
%12.05
%6.84

CMYK Percentages of Color #f92515

%0
%85
%92
%2

Triadic Colors of #f92515

#f92515 #15f925 #2515f9

Analogous Colors of #f92515

#f92515 #f99715 #f91577

Monochromatic Colors of #f92515

#f92515

Complementary Color

#f92515 #15e9f9

#f92515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92515 Color CSS Codes

.mybgcolor {background-color:#f92515; } 
.myforecolor {color:#f92515; }
.mybordercolor {border:3px solid #f92515; }

#f92515 Text Font Color

<p style="color:#f92515">Text here</p>

This sample text font color is #f92515
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f92515 Background Color

<div style="background-color:#f92515">
Div content here</div>

This div background color is #f92515


#f92515 Border Color

<div style="border:3px solid #f92515">
Div here</div>

This div border color is #f92515


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,37,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f92515; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f92515;
  -webkit-box-shadow: 1px 1px 3px 2px #f92515;
  box-shadow:         1px 1px 3px 2px #f92515; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,37,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f92515">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f92515;
  -webkit-box-shadow: 1px 1px 3px 2px #f92515;
  box-shadow:         1px 1px 3px 2px #f92515;">
Div content here</div>

This div box has shadow with color #f92515


Comments

No comments written yet.

Please login to write comment.