Color Hex Logo

#f95510 Color Hex

#F95510
(249,85,16)
0 Favorites   0 Comments

Color spaces of #f95510

RGB 2498516
HSL0.050.950.52
HSV18°94°98°
CMYK 0.000.660.94   0.02
XYZ42.408926.67413.4036
Yxy26.67410.58510.3680
Hunter Lab51.647056.189632.2456
CIE-Lab58.671460.210265.7416

#f95510 color RGB value is (249,85,16).

#f95510 hex color red value is 249, green value is 85 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #f95510 hue: 0.05 , saturation: 0.95 and the lightness value of f95510 is 0.52.

The process color (four color CMYK) of #f95510 color hex is 0.00, 0.66, 0.94, 0.02. Web safe color of #f95510 is #ff6600. Color #f95510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010101 00010000
Octal 371 125 20
Decimal 249 85 16
Hex F9 55 10

RGB Percentages of Color #f95510

%71.14
%24.29
%4.57

CMYK Percentages of Color #f95510

%0
%66
%94
%2

Triadic Colors of #f95510

#f95510 #10f955 #5510f9

Analogous Colors of #f95510

#f95510 #f9ca10 #f9103f

Monochromatic Colors of #f95510

#f95510

Complementary Color

#f95510 #10b4f9

#f95510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95510 Color CSS Codes

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

#f95510 Text Font Color

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

This sample text font color is #f95510
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.


#f95510 Background Color

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

This div background color is #f95510


#f95510 Border Color

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

This div border color is #f95510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95510

Related Colors


Comments

No comments written yet.

Please login to write comment.