Html Css Color HEX #FFA20E Dark Tangerine

📋 copy color: '#FFA20E'

red 255 ◦ green 162 ◦ blue 14

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

Shades of Dark Tangerine #FFA20E

Tints of Dark Tangerine #FFA20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.25%

R = 59.16%
G = 37.59%
B = 3.25%

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

#FFA20E (or 0xFFA20E) is known color: Dark Tangerine. HEX triplet: FF, A2 and 0E. RGB value is (255,162,14). Sum of RGB (Red+Green+Blue) = 255+162+14=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA20E is #005DF1. Grayscale: #ADADAD. Windows color (decimal): -24050 or 959231. OLE color: 959231.

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

Color convert

RGB 255 162 14 -
CMYK 0 0.36 0.95 0
HSL 36.85º 1% 0.53% -
HSV(B) 36.85º 0.95% 1% -
XYZ 54.24 47.13 6.65 -
YUV 172.94 38.31 186.53 -
System Red Green Blue C M Y K H S L
Decimal 255 162 14 0 0.36 0.95 0 36.85 1 0.53
Hex FF A2 E 0 24 5F 0 25 64 35
Octal 377 242 16 0 44 137 0 45 144 65
Binary 11111111 10100010 1110 0 100100 1011111 0 100101 1100100 110101

Color Harmonies of #FFA20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA20E

Black with #FFA20E

Text Example


Text Example

White with #FFA20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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