Html Css Color HEX #F85E05 Safety Orange

📋 copy color: '#F85E05'

red 248 ◦ green 94 ◦ blue 5

#F85E05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #F85E05

Tints of Safety Orange #F85E05

RGB

 RED value IS 248 (97.27% from 255) = 71.47%

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 71.47%
G = 27.09%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F85E05 (or 0xF85E05) is known color: Safety Orange. HEX triplet: F8, 5E and 05. RGB value is (248,94,5). Sum of RGB (Red+Green+Blue) = 248+94+5=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85E05 is #07A1FA. Grayscale: #828282. Windows color (decimal): -500219 or 351992. OLE color: 351992.

HSL color Cylindrical-coordinate representation of color #F85E05: hue angle of 21.98º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F85E05 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 94 5 -
CMYK 0 0.62 0.98 0.03
HSL 21.98º 0.96% 0.5% -
HSV(B) 21.98º 0.98% 0.97% -
XYZ 42.74 27.97 3.29 -
YUV 129.9 57.52 212.24 -
System Red Green Blue C M Y K H S L
Decimal 248 94 5 0 0.62 0.98 0.03 21.98 0.96 0.5
Hex F8 5E 5 0 3E 62 3 16 60 32
Octal 370 136 5 0 76 142 3 26 140 62
Binary 11111000 1011110 101 0 111110 1100010 11 10110 1100000 110010

Color Harmonies of #F85E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85E05

Black with #F85E05

Text Example


Text Example

White with #F85E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85E05; }

 p { color: rgb(248,94,5); }

 H1.HeaderClassName
 {
   color: #F85E05;
 }
 .AnyTagClassName
 {
   color: #F85E05;
 }
</style>

background-color css

<style>
 a { background-color: #F85E05; }

 a { background-color: rgb(248,94,5); }

 div.DivClassName
 {
   background-color: #F85E05;
 }
 .BgClassName
 {
   background-color: #F85E05;
 }
</style>

border-color css

<style>
 span { border-color: #F85E05; }

 span { border-color: rgb(248,94,5); }

 td.TdClassName
 {
   border-color: #F85E05;
 }
 .TagClassName
 {
   border-color: #F85E05;
 }
</style>