#FFA221

Color #FFA221 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #FFA221

Tints of Dark Tangerine #FFA221

Color information

#FFA221 (or 0xFFA221) is unknown color: approx Dark Tangerine. HEX triplet: FF, A2 and 21. RGB value is (255,162,33). Sum of RGB (Red+Green+Blue) = 255+162+33=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA221 is #005DDE. Grayscale: #AFAFAF. Windows color (decimal): -24031 or 2204415. OLE color: 2204415.

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

Color convert

RGB25516233-
CMYK00.360.870
HSL34.86º100%56.47%-
HSV(B)34.86º87.06%100%-
XYZ54.4347.217.68-
YUV175.147.81184.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.67%
GREEN value IS 162 (63.67% from 255) = 36%
BLUE value IS 33 (13.28% from 255) = 7.33%
R=56.67%
G=36%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551623300.360.87034.8610056.47
HexFFA221024570236438
Octal3772424104412704314470
Binary11111111101000101000010100100101011101000111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA221; }

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

 H1.HeaderClassName
 {
   color: #FFA221;
 }
 .AnyTagClassName
 {
   color: #FFA221;
 }
</style>
background-color css

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

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

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

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

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

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