Html Css Color HEX #FFA20D Dark Tangerine

📋 copy color: '#FFA20D'

red 255 ◦ green 162 ◦ blue 13

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

Shades of Dark Tangerine #FFA20D

Tints of Dark Tangerine #FFA20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.02%

R = 59.3%
G = 37.67%
B = 3.02%

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

#FFA20D (or 0xFFA20D) is known color: Dark Tangerine. HEX triplet: FF, A2 and 0D. RGB value is (255,162,13). Sum of RGB (Red+Green+Blue) = 255+162+13=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA20D is #005DF2. Grayscale: #ADADAD. Windows color (decimal): -24051 or 893695. OLE color: 893695.

HSL color Cylindrical-coordinate representation of color #FFA20D: hue angle of 36.94º 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 #FFA20D is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 162 13 -
CMYK 0 0.36 0.95 0
HSL 36.94º 1% 0.53% -
HSV(B) 36.94º 0.95% 1% -
XYZ 54.23 47.13 6.62 -
YUV 172.82 37.81 186.62 -
System Red Green Blue C M Y K H S L
Decimal 255 162 13 0 0.36 0.95 0 36.94 1 0.53
Hex FF A2 D 0 24 5F 0 25 64 35
Octal 377 242 15 0 44 137 0 45 144 65
Binary 11111111 10100010 1101 0 100100 1011111 0 100101 1100100 110101

Color Harmonies of #FFA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA20D

Black with #FFA20D

Text Example


Text Example

White with #FFA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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