Html Css Color HEX #F86200 Safety Orange

📋 copy color: '#F86200'

red 248 ◦ green 98 ◦ blue 0

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

Shades of Safety Orange #F86200

Tints of Safety Orange #F86200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.68%
G = 28.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F86200 (or 0xF86200) is known color: Safety Orange. HEX triplet: F8, 62 and 00. RGB value is (248,98,0). Sum of RGB (Red+Green+Blue) = 248+98+0=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F86200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86200 is #079DFF. Grayscale: #848484. Windows color (decimal): -499200 or 25336. OLE color: 25336.

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

Color convert

RGB 248 98 0 -
CMYK 0 0.60 1 0.03
HSL 23.71º 1% 0.49% -
HSV(B) 23.71º 1% 0.97% -
XYZ 43.08 28.69 3.27 -
YUV 131.68 53.7 210.97 -
System Red Green Blue C M Y K H S L
Decimal 248 98 0 0 0.60 1 0.03 23.71 1 0.49
Hex F8 62 0 0 3C 64 3 18 64 31
Octal 370 142 0 0 74 144 3 30 144 61
Binary 11111000 1100010 0 0 111100 1100100 11 11000 1100100 110001

Color Harmonies of #F86200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86200

Black with #F86200

Text Example


Text Example

White with #F86200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86200; }

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

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

background-color css

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

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

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

border-color css

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

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

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