#FAD127

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

Shades of Turbo #FAD127

Tints of Turbo #FAD127

Color information

#FAD127 (or 0xFAD127) is unknown color: approx Turbo. HEX triplet: FA, D1 and 27. RGB value is (250,209,39). Sum of RGB (Red+Green+Blue) = 250+209+39=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 39 (15.62% from 255 or 7.83% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD127 is #052ED8. Grayscale: #CACACA. Windows color (decimal): -339673 or 2609658. OLE color: 2609658.

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

Color convert

RGB25020939-
CMYK00.160.840.02
HSL48.34º95.48%56.67%-
HSV(B)48.34º84.4%98.04%-
XYZ62.5966.0711.37-
YUV201.8836.08162.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.20%
GREEN value IS 209 (82.03% from 255) = 41.97%
BLUE value IS 39 (15.62% from 255) = 7.83%
R=50.20%
G=41.97%
B=7.83%

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
Decimal2502093900.160.840.0248.3495.4856.67
HexFAD127010542305f39
Octal3723214702012426013771
Binary11111010110100011001110100001010100101100001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD127; }

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

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

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

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

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

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

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

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