#F06600

Color #F06600 Safety Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Safety Orange #F06600

Tints of Safety Orange #F06600

Color information

#F06600 (or 0xF06600) is unknown color: approx Safety Orange. HEX triplet: F0, 66 and 00. RGB value is (240,102,0). Sum of RGB (Red+Green+Blue) = 240+102+0=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F06600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06600 is #0F99FF. Grayscale: #848484. Windows color (decimal): -1022464 or 26352. OLE color: 26352.

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

Color convert

RGB2401020-
CMYK00.5810.06
HSL25.5º100%47.06%-
HSV(B)25.5º100%94.12%-
XYZ40.6928.033.27-
YUV131.6353.72205.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 70.18%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.18%
G=29.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240102000.5810.0625.510047.06
HexF066003A6461a642f
Octal360146007214463214457
Binary111100001100110001110101100100110110101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06600; }

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

 H1.HeaderClassName
 {
   color: #F06600;
 }
 .AnyTagClassName
 {
   color: #F06600;
 }
</style>
background-color css

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

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

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

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

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

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