#F69F11

Color #F69F11 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #F69F11

Tints of Dark Tangerine #F69F11

Color information

#F69F11 (or 0xF69F11) is unknown color: approx Dark Tangerine. HEX triplet: F6, 9F and 11. RGB value is (246,159,17). Sum of RGB (Red+Green+Blue) = 246+159+17=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69F11 is #0960EE. Grayscale: #A9A9A9. Windows color (decimal): -614639 or 1155062. OLE color: 1155062.

HSL color Cylindrical-coordinate representation of color #F69F11: hue angle of 37.21º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F69F11 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB24615917-
CMYK00.350.930.04
HSL37.21º92.71%51.57%-
HSV(B)37.21º93.09%96.47%-
XYZ50.5144.436.44-
YUV168.8242.32183.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 58.29%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 17 (7.03% from 255) = 4.03%
R=58.29%
G=37.68%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461591700.350.930.0437.2192.7151.57
HexF69F110235D4255d34
Octal3662372104313544513564
Binary111101101001111110001010001110111011001001011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69F11; }

 p { color: rgb(246,159,17); }

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

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

 a { background-color: rgb(246,159,17); }

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

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

 span { border-color: rgb(246,159,17); }

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