Html Css Color HEX #F86010 Safety Orange

📋 copy color: '#F86010'

red 248 ◦ green 96 ◦ blue 16

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

Shades of Safety Orange #F86010

Tints of Safety Orange #F86010

RGB

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

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

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

R = 68.89%
G = 26.67%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F86010 (or 0xF86010) is known color: Safety Orange. HEX triplet: F8, 60 and 10. RGB value is (248,96,16). Sum of RGB (Red+Green+Blue) = 248+96+16=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F86010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86010 is #079FEF. Grayscale: #848484. Windows color (decimal): -499696 or 1073400. OLE color: 1073400.

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

Color convert

RGB 248 96 16 -
CMYK 0 0.61 0.94 0.03
HSL 20.69º 0.94% 0.52% -
HSV(B) 20.69º 0.94% 0.97% -
XYZ 42.99 28.36 3.7 -
YUV 132.33 62.36 210.5 -
System Red Green Blue C M Y K H S L
Decimal 248 96 16 0 0.61 0.94 0.03 20.69 0.94 0.52
Hex F8 60 10 0 3D 5E 3 15 5E 34
Octal 370 140 20 0 75 136 3 25 136 64
Binary 11111000 1100000 10000 0 111101 1011110 11 10101 1011110 110100

Color Harmonies of #F86010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86010

Black with #F86010

Text Example


Text Example

White with #F86010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86010; }

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

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

background-color css

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

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

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

border-color css

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

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

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