Html Css Color HEX #F06602 Safety Orange

📋 copy color: '#F06602'

red 240 ◦ green 102 ◦ blue 2

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

Shades of Safety Orange #F06602

Tints of Safety Orange #F06602

RGB

 RED value IS 240 (94.14% from 255) = 69.77%

 GREEN value IS 102 (40.23% from 255) = 29.65%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 69.77%
G = 29.65%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F06602 (or 0xF06602) is known color: Safety Orange. HEX triplet: F0, 66 and 02. RGB value is (240,102,2). Sum of RGB (Red+Green+Blue) = 240+102+2=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F06602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06602 is #0F99FD. Grayscale: #848484. Windows color (decimal): -1022462 or 157424. OLE color: 157424.

HSL color Cylindrical-coordinate representation of color #F06602: hue angle of 25.21º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F06602 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 102 2 -
CMYK 0 0.58 0.99 0.06
HSL 25.21º 0.98% 0.47% -
HSV(B) 25.21º 0.99% 0.94% -
XYZ 40.7 28.03 3.32 -
YUV 131.86 54.72 205.13 -
System Red Green Blue C M Y K H S L
Decimal 240 102 2 0 0.58 0.99 0.06 25.21 0.98 0.47
Hex F0 66 2 0 3A 63 6 19 62 2F
Octal 360 146 2 0 72 143 6 31 142 57
Binary 11110000 1100110 10 0 111010 1100011 110 11001 1100010 101111

Color Harmonies of #F06602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06602

Black with #F06602

Text Example


Text Example

White with #F06602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06602; }

 p { color: rgb(240,102,2); }

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

background-color css

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

 a { background-color: rgb(240,102,2); }

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

border-color css

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

 span { border-color: rgb(240,102,2); }

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