#F66901

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

Shades of Safety Orange #F66901

Tints of Safety Orange #F66901

Color information

#F66901 (or 0xF66901) is unknown color: approx Safety Orange. HEX triplet: F6, 69 and 01. RGB value is (246,105,1). Sum of RGB (Red+Green+Blue) = 246+105+1=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F66901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66901 is #0996FE. Grayscale: #878787. Windows color (decimal): -628479 or 92662. OLE color: 92662.

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

Color convert

RGB2461051-
CMYK00.571.000.04
HSL25.47º99.19%48.43%-
HSV(B)25.47º99.59%96.47%-
XYZ43.0629.73.49-
YUV135.352.21206.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 69.89%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=69.89%
G=29.83%
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
Decimal246105100.571.000.0425.4799.1948.43
HexF6691039644196330
Octal366151107114443114360
Binary111101101101001101110011100100100110011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66901; }

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

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

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

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

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

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

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

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