Html Css Color HEX #F66200 Safety Orange

📋 copy color: '#F66200'

red 246 ◦ green 98 ◦ blue 0

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

Shades of Safety Orange #F66200

Tints of Safety Orange #F66200

RGB

 RED value IS 246 (96.48% from 255) = 71.51%

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

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

R = 71.51%
G = 28.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F66200 (or 0xF66200) is known color: Safety Orange. HEX triplet: F6, 62 and 00. RGB value is (246,98,0). Sum of RGB (Red+Green+Blue) = 246+98+0=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F66200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66200 is #099DFF. Grayscale: #838383. Windows color (decimal): -630272 or 25334. OLE color: 25334.

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

Color convert

RGB 246 98 0 -
CMYK 0 0.60 1 0.04
HSL 23.9º 1% 0.48% -
HSV(B) 23.9º 1% 0.96% -
XYZ 42.37 28.33 3.23 -
YUV 131.08 54.03 209.97 -
System Red Green Blue C M Y K H S L
Decimal 246 98 0 0 0.60 1 0.04 23.9 1 0.48
Hex F6 62 0 0 3C 64 4 18 64 30
Octal 366 142 0 0 74 144 4 30 144 60
Binary 11110110 1100010 0 0 111100 1100100 100 11000 1100100 110000

Color Harmonies of #F66200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66200

Black with #F66200

Text Example


Text Example

White with #F66200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66200; }

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

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

background-color css

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

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

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

border-color css

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

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

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