Html Css Color HEX #FFA20A Dark Tangerine

📋 copy color: '#FFA20A'

red 255 ◦ green 162 ◦ blue 10

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

Shades of Dark Tangerine #FFA20A

Tints of Dark Tangerine #FFA20A

RGB

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

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

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

R = 59.72%
G = 37.94%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFA20A (or 0xFFA20A) is known color: Dark Tangerine. HEX triplet: FF, A2 and 0A. RGB value is (255,162,10). Sum of RGB (Red+Green+Blue) = 255+162+10=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA20A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA20A is #005DF5. Grayscale: #ADADAD. Windows color (decimal): -24054 or 697087. OLE color: 697087.

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

Color convert

RGB 255 162 10 -
CMYK 0 0.36 0.96 0
HSL 37.22º 1% 0.52% -
HSV(B) 37.22º 0.96% 1% -
XYZ 54.22 47.12 6.53 -
YUV 172.48 36.31 186.86 -
System Red Green Blue C M Y K H S L
Decimal 255 162 10 0 0.36 0.96 0 37.22 1 0.52
Hex FF A2 A 0 24 60 0 25 64 34
Octal 377 242 12 0 44 140 0 45 144 64
Binary 11111111 10100010 1010 0 100100 1100000 0 100101 1100100 110100

Color Harmonies of #FFA20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA20A

Black with #FFA20A

Text Example


Text Example

White with #FFA20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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