Html Css Color HEX #F86012 Safety Orange

📋 copy color: '#F86012'

red 248 ◦ green 96 ◦ blue 18

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

Shades of Safety Orange #F86012

Tints of Safety Orange #F86012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.97%

R = 68.51%
G = 26.52%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F86012 (or 0xF86012) is known color: Safety Orange. HEX triplet: F8, 60 and 12. RGB value is (248,96,18). Sum of RGB (Red+Green+Blue) = 248+96+18=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F86012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86012 is #079FED. Grayscale: #858585. Windows color (decimal): -499694 or 1204472. OLE color: 1204472.

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

Color convert

RGB 248 96 18 -
CMYK 0 0.61 0.93 0.03
HSL 20.35º 0.94% 0.52% -
HSV(B) 20.35º 0.93% 0.97% -
XYZ 43 28.37 3.78 -
YUV 132.56 63.36 210.34 -
System Red Green Blue C M Y K H S L
Decimal 248 96 18 0 0.61 0.93 0.03 20.35 0.94 0.52
Hex F8 60 12 0 3D 5D 3 14 5E 34
Octal 370 140 22 0 75 135 3 24 136 64
Binary 11111000 1100000 10010 0 111101 1011101 11 10100 1011110 110100

Color Harmonies of #F86012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86012

Black with #F86012

Text Example


Text Example

White with #F86012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86012; }

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

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

background-color css

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

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

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

border-color css

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

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

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