Html Css Color HEX #F86013 Safety Orange

📋 copy color: '#F86013'

red 248 ◦ green 96 ◦ blue 19

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

Shades of Safety Orange #F86013

Tints of Safety Orange #F86013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

 BLUE value IS 19 (7.81% from 255) = 5.23%

R = 68.32%
G = 26.45%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F86013 (or 0xF86013) is known color: Safety Orange. HEX triplet: F8, 60 and 13. RGB value is (248,96,19). Sum of RGB (Red+Green+Blue) = 248+96+19=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F86013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86013 is #079FEC. Grayscale: #858585. Windows color (decimal): -499693 or 1270008. OLE color: 1270008.

HSL color Cylindrical-coordinate representation of color #F86013: hue angle of 20.17º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F86013 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 96 19 -
CMYK 0 0.61 0.92 0.03
HSL 20.17º 0.94% 0.52% -
HSV(B) 20.17º 0.92% 0.97% -
XYZ 43.01 28.37 3.82 -
YUV 132.67 63.86 210.26 -
System Red Green Blue C M Y K H S L
Decimal 248 96 19 0 0.61 0.92 0.03 20.17 0.94 0.52
Hex F8 60 13 0 3D 5C 3 14 5E 34
Octal 370 140 23 0 75 134 3 24 136 64
Binary 11111000 1100000 10011 0 111101 1011100 11 10100 1011110 110100

Color Harmonies of #F86013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86013

Black with #F86013

Text Example


Text Example

White with #F86013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86013; }

 p { color: rgb(248,96,19); }

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

background-color css

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

 a { background-color: rgb(248,96,19); }

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

border-color css

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

 span { border-color: rgb(248,96,19); }

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