#FFA521

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

Shades of Dark Tangerine #FFA521

Tints of Dark Tangerine #FFA521

Color information

#FFA521 (or 0xFFA521) is unknown color: approx Dark Tangerine. HEX triplet: FF, A5 and 21. RGB value is (255,165,33). Sum of RGB (Red+Green+Blue) = 255+165+33=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA521 is #005ADE. Grayscale: #B1B1B1. Windows color (decimal): -23263 or 2205183. OLE color: 2205183.

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

Color convert

RGB25516533-
CMYK00.350.870
HSL35.68º100%56.47%-
HSV(B)35.68º87.06%100%-
XYZ54.9748.287.86-
YUV176.8646.82183.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.29%
GREEN value IS 165 (64.84% from 255) = 36.42%
BLUE value IS 33 (13.28% from 255) = 7.28%
R=56.29%
G=36.42%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551653300.350.87035.6810056.47
HexFFA521023570246438
Octal3772454104312704414470
Binary11111111101001011000010100011101011101001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA521; }

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

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

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

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

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

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

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

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