#F66A01

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

Shades of Safety Orange #F66A01

Tints of Safety Orange #F66A01

Color information

#F66A01 (or 0xF66A01) is unknown color: approx Safety Orange. HEX triplet: F6, 6A and 01. RGB value is (246,106,1). Sum of RGB (Red+Green+Blue) = 246+106+1=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66A01 is #0995FE. Grayscale: #888888. Windows color (decimal): -628223 or 92918. OLE color: 92918.

HSL color Cylindrical-coordinate representation of color #F66A01: hue angle of 25.71º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F66A01 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB2461061-
CMYK00.571.000.04
HSL25.71º99.19%48.43%-
HSV(B)25.71º99.59%96.47%-
XYZ43.1729.93.53-
YUV135.8951.88206.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 69.69%
GREEN value IS 106 (41.80% from 255) = 30.03%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=69.69%
G=30.03%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246106100.571.000.0425.7199.1948.43
HexF66A10396441a6330
Octal366152107114443214360
Binary111101101101010101110011100100100110101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66A01; }

 p { color: rgb(246,106,1); }

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

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

 a { background-color: rgb(246,106,1); }

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

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

 span { border-color: rgb(246,106,1); }

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