#FAD227

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

Shades of Turbo #FAD227

Tints of Turbo #FAD227

Color information

#FAD227 (or 0xFAD227) is unknown color: approx Turbo. HEX triplet: FA, D2 and 27. RGB value is (250,210,39). Sum of RGB (Red+Green+Blue) = 250+210+39=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 39 (15.62% from 255 or 7.82% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD227 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD227 is #052DD8. Grayscale: #CBCBCB. Windows color (decimal): -339417 or 2609914. OLE color: 2609914.

HSL color Cylindrical-coordinate representation of color #FAD227: hue angle of 48.63º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAD227 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB25021039-
CMYK00.160.840.02
HSL48.63º95.48%56.67%-
HSV(B)48.63º84.4%98.04%-
XYZ62.8466.5611.46-
YUV202.4735.75161.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 210 (82.42% from 255) = 42.08%
BLUE value IS 39 (15.62% from 255) = 7.82%
R=50.10%
G=42.08%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502103900.160.840.0248.6395.4856.67
HexFAD227010542315f39
Octal3723224702012426113771
Binary11111010110100101001110100001010100101100011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD227; }

 p { color: rgb(250,210,39); }

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

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

 a { background-color: rgb(250,210,39); }

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

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

 span { border-color: rgb(250,210,39); }

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