#FCD61B

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

Shades of Turbo #FCD61B

Tints of Turbo #FCD61B

Color information

#FCD61B (or 0xFCD61B) is unknown color: approx Turbo. HEX triplet: FC, D6 and 1B. RGB value is (252,214,27). Sum of RGB (Red+Green+Blue) = 252+214+27=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 27 (10.94% from 255 or 5.48% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD61B is #0329E4. Grayscale: #CCCCCC. Windows color (decimal): -207333 or 1824508. OLE color: 1824508.

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

Color convert

RGB25221427-
CMYK00.150.890.01
HSL49.87º97.4%54.71%-
HSV(B)49.87º89.29%98.82%-
XYZ64.3968.8710.94-
YUV204.0428.09162.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.12%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 27 (10.94% from 255) = 5.48%
R=51.12%
G=43.41%
B=5.48%

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
Decimal2522142700.150.890.0149.8797.454.71
HexFCD61B0F591326137
Octal3743263301713116214167
Binary11111100110101101101101111101100111100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD61B; }

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

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

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

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

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

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

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

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