Html Css Color HEX #F86111 Safety Orange

📋 copy color: '#F86111'

red 248 ◦ green 97 ◦ blue 17

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

Shades of Safety Orange #F86111

Tints of Safety Orange #F86111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.7%

R = 68.51%
G = 26.8%
B = 4.7%

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

#F86111 (or 0xF86111) is known color: Safety Orange. HEX triplet: F8, 61 and 11. RGB value is (248,97,17). Sum of RGB (Red+Green+Blue) = 248+97+17=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F86111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86111 is #079EEE. Grayscale: #858585. Windows color (decimal): -499439 or 1139192. OLE color: 1139192.

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

Color convert

RGB 248 97 17 -
CMYK 0 0.61 0.93 0.03
HSL 20.78º 0.94% 0.52% -
HSV(B) 20.78º 0.93% 0.97% -
XYZ 43.09 28.55 3.77 -
YUV 133.03 62.53 210 -
System Red Green Blue C M Y K H S L
Decimal 248 97 17 0 0.61 0.93 0.03 20.78 0.94 0.52
Hex F8 61 11 0 3D 5D 3 15 5E 34
Octal 370 141 21 0 75 135 3 25 136 64
Binary 11111000 1100001 10001 0 111101 1011101 11 10101 1011110 110100

Color Harmonies of #F86111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86111

Black with #F86111

Text Example


Text Example

White with #F86111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86111; }

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

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

background-color css

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

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

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

border-color css

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

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

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