#F66F0B

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

Shades of Safety Orange #F66F0B

Tints of Safety Orange #F66F0B

Color information

#F66F0B (or 0xF66F0B) is unknown color: approx Safety Orange. HEX triplet: F6, 6F and 0B. RGB value is (246,111,11). Sum of RGB (Red+Green+Blue) = 246+111+11=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66F0B is #0990F4. Grayscale: #8C8C8C. Windows color (decimal): -626933 or 749558. OLE color: 749558.

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

Color convert

RGB24611111-
CMYK00.550.960.04
HSL25.53º92.89%50.39%-
HSV(B)25.53º95.53%96.47%-
XYZ43.7530.993.99-
YUV139.9655.23203.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 66.85%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 11 (4.69% from 255) = 2.99%
R=66.85%
G=30.16%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461111100.550.960.0425.5392.8950.39
HexF66FB0376041a5d32
Octal3661571306714043213562
Binary111101101101111101101101111100000100110101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66F0B; }

 p { color: rgb(246,111,11); }

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

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

 a { background-color: rgb(246,111,11); }

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

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

 span { border-color: rgb(246,111,11); }

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