Html Css Color HEX #F6A620 Dark Tangerine

📋 copy color: '#F6A620'

red 246 ◦ green 166 ◦ blue 32

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

Shades of Dark Tangerine #F6A620

Tints of Dark Tangerine #F6A620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.39%

 BLUE value IS 32 (12.89% from 255) = 7.21%

R = 55.41%
G = 37.39%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F6A620 (or 0xF6A620) is known color: Dark Tangerine. HEX triplet: F6, A6 and 20. RGB value is (246,166,32). Sum of RGB (Red+Green+Blue) = 246+166+32=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A620 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A620 is #0959DF. Grayscale: #AFAFAF. Windows color (decimal): -612832 or 2139894. OLE color: 2139894.

HSL color Cylindrical-coordinate representation of color #F6A620: hue angle of 37.57º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6A620 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 166 32 -
CMYK 0 0.33 0.87 0.04
HSL 37.57º 0.92% 0.55% -
HSV(B) 37.57º 0.87% 0.96% -
XYZ 51.9 46.97 7.7 -
YUV 174.64 47.5 178.9 -
System Red Green Blue C M Y K H S L
Decimal 246 166 32 0 0.33 0.87 0.04 37.57 0.92 0.55
Hex F6 A6 20 0 21 57 4 26 5C 37
Octal 366 246 40 0 41 127 4 46 134 67
Binary 11110110 10100110 100000 0 100001 1010111 100 100110 1011100 110111

Color Harmonies of #F6A620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A620

Black with #F6A620

Text Example


Text Example

White with #F6A620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A620; }

 p { color: rgb(246,166,32); }

 H1.HeaderClassName
 {
   color: #F6A620;
 }
 .AnyTagClassName
 {
   color: #F6A620;
 }
</style>

background-color css

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

 a { background-color: rgb(246,166,32); }

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

border-color css

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

 span { border-color: rgb(246,166,32); }

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