Html Css Color HEX #FFA20F Dark Tangerine

📋 copy color: '#FFA20F'

red 255 ◦ green 162 ◦ blue 15

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

Shades of Dark Tangerine #FFA20F

Tints of Dark Tangerine #FFA20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.47%

R = 59.03%
G = 37.5%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFA20F (or 0xFFA20F) is known color: Dark Tangerine. HEX triplet: FF, A2 and 0F. RGB value is (255,162,15). Sum of RGB (Red+Green+Blue) = 255+162+15=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA20F is #005DF0. Grayscale: #ADADAD. Windows color (decimal): -24049 or 1024767. OLE color: 1024767.

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

Color convert

RGB 255 162 15 -
CMYK 0 0.36 0.94 0
HSL 36.75º 1% 0.53% -
HSV(B) 36.75º 0.94% 1% -
XYZ 54.25 47.14 6.69 -
YUV 173.05 38.81 186.45 -
System Red Green Blue C M Y K H S L
Decimal 255 162 15 0 0.36 0.94 0 36.75 1 0.53
Hex FF A2 F 0 24 5E 0 25 64 35
Octal 377 242 17 0 44 136 0 45 144 65
Binary 11111111 10100010 1111 0 100100 1011110 0 100101 1100100 110101

Color Harmonies of #FFA20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA20F

Black with #FFA20F

Text Example


Text Example

White with #FFA20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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