#FAD421

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

Shades of Turbo #FAD421

Tints of Turbo #FAD421

Color information

#FAD421 (or 0xFAD421) is unknown color: approx Turbo. HEX triplet: FA, D4 and 21. RGB value is (250,212,33). Sum of RGB (Red+Green+Blue) = 250+212+33=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD421 is #052BDE. Grayscale: #CBCBCB. Windows color (decimal): -338911 or 2217210. OLE color: 2217210.

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

Color convert

RGB25021233-
CMYK00.150.870.02
HSL49.49º95.59%55.49%-
HSV(B)49.49º86.8%98.04%-
XYZ63.2467.5211.14-
YUV202.9632.09161.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.51%
GREEN value IS 212 (83.20% from 255) = 42.83%
BLUE value IS 33 (13.28% from 255) = 6.67%
R=50.51%
G=42.83%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502123300.150.870.0249.4995.5955.49
HexFAD4210F572316037
Octal3723244101712726114067
Binary1111101011010100100001011111010111101100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD421; }

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

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

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

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

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

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

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

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