Html Css Color HEX #F86410 Safety Orange

📋 copy color: '#F86410'

red 248 ◦ green 100 ◦ blue 16

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

Shades of Safety Orange #F86410

Tints of Safety Orange #F86410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

 BLUE value IS 16 (6.64% from 255) = 4.4%

R = 68.13%
G = 27.47%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F86410 (or 0xF86410) is known color: Safety Orange. HEX triplet: F8, 64 and 10. RGB value is (248,100,16). Sum of RGB (Red+Green+Blue) = 248+100+16=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F86410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86410 is #079BEF. Grayscale: #878787. Windows color (decimal): -498672 or 1074424. OLE color: 1074424.

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

Color convert

RGB 248 100 16 -
CMYK 0 0.60 0.94 0.03
HSL 21.72º 0.94% 0.52% -
HSV(B) 21.72º 0.94% 0.97% -
XYZ 43.36 29.11 3.82 -
YUV 134.68 61.03 208.83 -
System Red Green Blue C M Y K H S L
Decimal 248 100 16 0 0.60 0.94 0.03 21.72 0.94 0.52
Hex F8 64 10 0 3C 5E 3 16 5E 34
Octal 370 144 20 0 74 136 3 26 136 64
Binary 11111000 1100100 10000 0 111100 1011110 11 10110 1011110 110100

Color Harmonies of #F86410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86410

Black with #F86410

Text Example


Text Example

White with #F86410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86410; }

 p { color: rgb(248,100,16); }

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

background-color css

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

 a { background-color: rgb(248,100,16); }

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

border-color css

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

 span { border-color: rgb(248,100,16); }

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