Html Css Color HEX #F86112 Safety Orange

📋 copy color: '#F86112'

red 248 ◦ green 97 ◦ blue 18

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

Shades of Safety Orange #F86112

Tints of Safety Orange #F86112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

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

R = 68.32%
G = 26.72%
B = 4.96%

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

#F86112 (or 0xF86112) is known color: Safety Orange. HEX triplet: F8, 61 and 12. RGB value is (248,97,18). Sum of RGB (Red+Green+Blue) = 248+97+18=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F86112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86112 is #079EED. Grayscale: #858585. Windows color (decimal): -499438 or 1204728. OLE color: 1204728.

HSL color Cylindrical-coordinate representation of color #F86112: hue angle of 20.61º 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 #F86112 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 97 18 -
CMYK 0 0.61 0.93 0.03
HSL 20.61º 0.94% 0.52% -
HSV(B) 20.61º 0.93% 0.97% -
XYZ 43.1 28.55 3.81 -
YUV 133.14 63.03 209.92 -
System Red Green Blue C M Y K H S L
Decimal 248 97 18 0 0.61 0.93 0.03 20.61 0.94 0.52
Hex F8 61 12 0 3D 5D 3 15 5E 34
Octal 370 141 22 0 75 135 3 25 136 64
Binary 11111000 1100001 10010 0 111101 1011101 11 10101 1011110 110100

Color Harmonies of #F86112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86112

Black with #F86112

Text Example


Text Example

White with #F86112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86112; }

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

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

background-color css

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

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

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

border-color css

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

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

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