#F66009

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

Shades of Safety Orange #F66009

Tints of Safety Orange #F66009

Color information

#F66009 (or 0xF66009) is unknown color: approx Safety Orange. HEX triplet: F6, 60 and 09. RGB value is (246,96,9). Sum of RGB (Red+Green+Blue) = 246+96+9=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F66009 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66009 is #099FF6. Grayscale: #838383. Windows color (decimal): -630775 or 614646. OLE color: 614646.

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

Color convert

RGB246969-
CMYK00.610.960.04
HSL22.03º92.94%50%-
HSV(B)22.03º96.34%96.47%-
XYZ42.2427.983.43-
YUV130.9359.19210.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 70.09%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 9 (3.91% from 255) = 2.56%
R=70.09%
G=27.35%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24696900.610.960.0422.0392.9450
HexF660903D604165d32
Octal3661401107514042613562
Binary111101101100000100101111011100000100101101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66009; }

 p { color: rgb(246,96,9); }

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

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

 a { background-color: rgb(246,96,9); }

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

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

 span { border-color: rgb(246,96,9); }

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