Html Css Color HEX #FFA20C Dark Tangerine

📋 copy color: '#FFA20C'

red 255 ◦ green 162 ◦ blue 12

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

Shades of Dark Tangerine #FFA20C

Tints of Dark Tangerine #FFA20C

RGB

 RED value IS 255 (100% from 255) = 59.44%

 GREEN value IS 162 (63.67% from 255) = 37.76%

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 59.44%
G = 37.76%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFA20C (or 0xFFA20C) is known color: Dark Tangerine. HEX triplet: FF, A2 and 0C. RGB value is (255,162,12). Sum of RGB (Red+Green+Blue) = 255+162+12=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA20C is #005DF3. Grayscale: #ADADAD. Windows color (decimal): -24052 or 828159. OLE color: 828159.

HSL color Cylindrical-coordinate representation of color #FFA20C: hue angle of 37.04º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFA20C is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 162 12 -
CMYK 0 0.36 0.95 0
HSL 37.04º 1% 0.52% -
HSV(B) 37.04º 0.95% 1% -
XYZ 54.23 47.13 6.59 -
YUV 172.71 37.31 186.7 -
System Red Green Blue C M Y K H S L
Decimal 255 162 12 0 0.36 0.95 0 37.04 1 0.52
Hex FF A2 C 0 24 5F 0 25 64 34
Octal 377 242 14 0 44 137 0 45 144 64
Binary 11111111 10100010 1100 0 100100 1011111 0 100101 1100100 110100

Color Harmonies of #FFA20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA20C

Black with #FFA20C

Text Example


Text Example

White with #FFA20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA20C; }

 p { color: rgb(255,162,12); }

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

background-color css

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

 a { background-color: rgb(255,162,12); }

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

border-color css

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

 span { border-color: rgb(255,162,12); }

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