#FCD617

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

Shades of Turbo #FCD617

Tints of Turbo #FCD617

Color information

#FCD617 (or 0xFCD617) is unknown color: approx Turbo. HEX triplet: FC, D6 and 17. RGB value is (252,214,23). Sum of RGB (Red+Green+Blue) = 252+214+23=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 23 (9.38% from 255 or 4.70% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD617 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD617 is #0329E8. Grayscale: #CCCCCC. Windows color (decimal): -207337 or 1562364. OLE color: 1562364.

HSL color Cylindrical-coordinate representation of color #FCD617: hue angle of 50.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCD617 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB25221423-
CMYK00.150.910.01
HSL50.04º97.45%53.92%-
HSV(B)50.04º90.87%98.82%-
XYZ64.3568.8510.71-
YUV203.5926.09162.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.53%
GREEN value IS 214 (83.98% from 255) = 43.76%
BLUE value IS 23 (9.38% from 255) = 4.70%
R=51.53%
G=43.76%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522142300.150.910.0150.0497.4553.92
HexFCD6170F5B1326136
Octal3743262701713316214166
Binary11111100110101101011101111101101111100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD617; }

 p { color: rgb(252,214,23); }

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

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

 a { background-color: rgb(252,214,23); }

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

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

 span { border-color: rgb(252,214,23); }

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