#FCD71B

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

Shades of Turbo #FCD71B

Tints of Turbo #FCD71B

Color information

#FCD71B (or 0xFCD71B) is unknown color: approx Turbo. HEX triplet: FC, D7 and 1B. RGB value is (252,215,27). Sum of RGB (Red+Green+Blue) = 252+215+27=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 27 (10.94% from 255 or 5.47% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD71B is #0328E4. Grayscale: #CDCDCD. Windows color (decimal): -207077 or 1824764. OLE color: 1824764.

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

Color convert

RGB25221527-
CMYK00.150.890.01
HSL50.13º97.4%54.71%-
HSV(B)50.13º89.29%98.82%-
XYZ64.6469.3811.02-
YUV204.6327.76161.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.01%
GREEN value IS 215 (84.38% from 255) = 43.52%
BLUE value IS 27 (10.94% from 255) = 5.47%
R=51.01%
G=43.52%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522152700.150.890.0150.1397.454.71
HexFCD71B0F591326137
Octal3743273301713116214167
Binary11111100110101111101101111101100111100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD71B; }

 p { color: rgb(252,215,27); }

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

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

 a { background-color: rgb(252,215,27); }

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

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

 span { border-color: rgb(252,215,27); }

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