Html Css Color HEX #FFA220 Dark Tangerine

📋 copy color: '#FFA220'

red 255 ◦ green 162 ◦ blue 32

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

Shades of Dark Tangerine #FFA220

Tints of Dark Tangerine #FFA220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.13%

R = 56.79%
G = 36.08%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFA220 (or 0xFFA220) is known color: Dark Tangerine. HEX triplet: FF, A2 and 20. RGB value is (255,162,32). Sum of RGB (Red+Green+Blue) = 255+162+32=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA220 is #005DDF. Grayscale: #AFAFAF. Windows color (decimal): -24032 or 2138879. OLE color: 2138879.

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

Color convert

RGB 255 162 32 -
CMYK 0 0.36 0.87 0
HSL 34.98º 1% 0.56% -
HSV(B) 34.98º 0.87% 1% -
XYZ 54.42 47.2 7.61 -
YUV 174.99 47.31 185.07 -
System Red Green Blue C M Y K H S L
Decimal 255 162 32 0 0.36 0.87 0 34.98 1 0.56
Hex FF A2 20 0 24 57 0 23 64 38
Octal 377 242 40 0 44 127 0 43 144 70
Binary 11111111 10100010 100000 0 100100 1010111 0 100011 1100100 111000

Color Harmonies of #FFA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA220

Black with #FFA220

Text Example


Text Example

White with #FFA220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA220; }

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

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

background-color css

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

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

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

border-color css

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

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

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