#FAB421

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

Shades of Dark Tangerine #FAB421

Tints of Dark Tangerine #FAB421

Color information

#FAB421 (or 0xFAB421) is unknown color: approx Dark Tangerine. HEX triplet: FA, B4 and 21. RGB value is (250,180,33). Sum of RGB (Red+Green+Blue) = 250+180+33=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB421 is #054BDE. Grayscale: #B8B8B8. Windows color (decimal): -347103 or 2209018. OLE color: 2209018.

HSL color Cylindrical-coordinate representation of color #FAB421: hue angle of 40.65º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FAB421 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB25018033-
CMYK00.280.870.02
HSL40.65º95.59%55.49%-
HSV(B)40.65º86.8%98.04%-
XYZ56.0253.088.73-
YUV184.1742.69174.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.00%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 33 (13.28% from 255) = 7.13%
R=54.00%
G=38.88%
B=7.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501803300.280.870.0240.6595.5955.49
HexFAB42101C572296037
Octal3722644103412725114067
Binary11111010101101001000010111001010111101010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB421; }

 p { color: rgb(250,180,33); }

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

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

 a { background-color: rgb(250,180,33); }

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

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

 span { border-color: rgb(250,180,33); }

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