#F6AF0A

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

Shades of Dark Tangerine #F6AF0A

Tints of Dark Tangerine #F6AF0A

Color information

#F6AF0A (or 0xF6AF0A) is unknown color: approx Dark Tangerine. HEX triplet: F6, AF and 0A. RGB value is (246,175,10). Sum of RGB (Red+Green+Blue) = 246+175+10=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6AF0A is #0950F5. Grayscale: #B2B2B2. Windows color (decimal): -610550 or 700406. OLE color: 700406.

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

Color convert

RGB24617510-
CMYK00.290.960.04
HSL41.95º92.91%50.2%-
HSV(B)41.95º95.93%96.47%-
XYZ53.3950.277.18-
YUV177.4233.52176.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.08%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 10 (4.30% from 255) = 2.32%
R=57.08%
G=40.60%
B=2.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461751000.290.960.0441.9592.9150.2
HexF6AFA01D6042a5d32
Octal3662571203514045213562
Binary1111011010101111101001110111000001001010101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AF0A; }

 p { color: rgb(246,175,10); }

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

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

 a { background-color: rgb(246,175,10); }

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

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

 span { border-color: rgb(246,175,10); }

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