#F65F09

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

Shades of Safety Orange #F65F09

Tints of Safety Orange #F65F09

Color information

#F65F09 (or 0xF65F09) is unknown color: approx Safety Orange. HEX triplet: F6, 5F and 09. RGB value is (246,95,9). Sum of RGB (Red+Green+Blue) = 246+95+9=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65F09 is #09A0F6. Grayscale: #828282. Windows color (decimal): -631031 or 614390. OLE color: 614390.

HSL color Cylindrical-coordinate representation of color #F65F09: hue angle of 21.77º 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 #F65F09 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB246959-
CMYK00.610.960.04
HSL21.77º92.94%50%-
HSV(B)21.77º96.34%96.47%-
XYZ42.1527.83.4-
YUV130.3459.53210.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 70.29%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 9 (3.91% from 255) = 2.57%
R=70.29%
G=27.14%
B=2.57%

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
Decimal24695900.610.960.0421.7792.9450
HexF65F903D604165d32
Octal3661371107514042613562
Binary111101101011111100101111011100000100101101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65F09; }

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

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

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

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

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

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

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

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