#F66B01

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

Shades of Safety Orange #F66B01

Tints of Safety Orange #F66B01

Color information

#F66B01 (or 0xF66B01) is unknown color: approx Safety Orange. HEX triplet: F6, 6B and 01. RGB value is (246,107,1). Sum of RGB (Red+Green+Blue) = 246+107+1=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F66B01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66B01 is #0994FE. Grayscale: #898989. Windows color (decimal): -627967 or 93174. OLE color: 93174.

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

Color convert

RGB2461071-
CMYK00.571.000.04
HSL25.96º99.19%48.43%-
HSV(B)25.96º99.59%96.47%-
XYZ43.2730.113.56-
YUV136.4851.55206.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 69.49%
GREEN value IS 107 (42.19% from 255) = 30.23%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=69.49%
G=30.23%
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
Decimal246107100.571.000.0425.9699.1948.43
HexF66B10396441a6330
Octal366153107114443214360
Binary111101101101011101110011100100100110101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66B01; }

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

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

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

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

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

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

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

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