Html Css Color HEX #F86206 Safety Orange

📋 copy color: '#F86206'

red 248 ◦ green 98 ◦ blue 6

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

Shades of Safety Orange #F86206

Tints of Safety Orange #F86206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

 BLUE value IS 6 (2.73% from 255) = 1.7%

R = 70.45%
G = 27.84%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F86206 (or 0xF86206) is known color: Safety Orange. HEX triplet: F8, 62 and 06. RGB value is (248,98,6). Sum of RGB (Red+Green+Blue) = 248+98+6=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F86206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86206 is #079DF9. Grayscale: #848484. Windows color (decimal): -499194 or 418552. OLE color: 418552.

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

Color convert

RGB 248 98 6 -
CMYK 0 0.60 0.98 0.03
HSL 22.81º 0.95% 0.5% -
HSV(B) 22.81º 0.98% 0.97% -
XYZ 43.11 28.7 3.44 -
YUV 132.36 56.7 210.48 -
System Red Green Blue C M Y K H S L
Decimal 248 98 6 0 0.60 0.98 0.03 22.81 0.95 0.5
Hex F8 62 6 0 3C 62 3 17 5F 32
Octal 370 142 6 0 74 142 3 27 137 62
Binary 11111000 1100010 110 0 111100 1100010 11 10111 1011111 110010

Color Harmonies of #F86206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86206

Black with #F86206

Text Example


Text Example

White with #F86206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86206; }

 p { color: rgb(248,98,6); }

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

background-color css

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

 a { background-color: rgb(248,98,6); }

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

border-color css

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

 span { border-color: rgb(248,98,6); }

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