Html Css Color HEX #F6AF0A Dark Tangerine

📋 copy color: '#F6AF0A'

red 246 ◦ green 175 ◦ blue 10

#F6AF0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #F6AF0A

Tints of Dark Tangerine #F6AF0A

RGB

 RED value IS 246 (96.48% from 255) = 57.08%

 GREEN value IS 175 (68.75% from 255) = 40.6%

 BLUE value IS 10 (4.3% from 255) = 2.32%

R = 57.08%
G = 40.6%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6AF0A (or 0xF6AF0A) is known color: 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

RGB 246 175 10 -
CMYK 0 0.29 0.96 0.04
HSL 41.95º 0.93% 0.5% -
HSV(B) 41.95º 0.96% 0.96% -
XYZ 53.39 50.27 7.18 -
YUV 177.42 33.52 176.92 -
System Red Green Blue C M Y K H S L
Decimal 246 175 10 0 0.29 0.96 0.04 41.95 0.93 0.5
Hex F6 AF A 0 1D 60 4 2A 5D 32
Octal 366 257 12 0 35 140 4 52 135 62
Binary 11110110 10101111 1010 0 11101 1100000 100 101010 1011101 110010

Color Harmonies of #F6AF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AF0A

Black with #F6AF0A

Text Example


Text Example

White with #F6AF0A

Text Example


Text Example

HTML Codes & Css Web 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>