Shades of Turbo #FCDA1F
Tints of Turbo #FCDA1F
RGB
CMYK
RGB Variations
Color information
#FCDA1F (or 0xFCDA1F) is known color: Turbo. HEX triplet: FC, DA and 1F. RGB value is (252,218,31). Sum of RGB (Red+Green+Blue) = 252+218+31=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 31 (12.5% from 255 or 6.19% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA1F is #0325E0. Grayscale: #CFCFCF. Windows color (decimal): -206305 or 2087676. OLE color: 2087676.
HSL color Cylindrical-coordinate representation of color #FCDA1F: hue angle of 50.77º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCDA1F is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 31 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.01 |
| HSL | 50.77º | 0.97% | 0.55% | - |
| HSV(B) | 50.77º | 0.88% | 0.99% | - |
| XYZ | 65.46 | 70.94 | 11.54 | - |
| YUV | 206.85 | 28.76 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 31 | 0 | 0.13 | 0.88 | 0.01 | 50.77 | 0.97 | 0.55 |
| Hex | FC | DA | 1F | 0 | D | 58 | 1 | 33 | 61 | 37 |
| Octal | 374 | 332 | 37 | 0 | 15 | 130 | 1 | 63 | 141 | 67 |
| Binary | 11111100 | 11011010 | 11111 | 0 | 1101 | 1011000 | 1 | 110011 | 1100001 | 110111 |
Color Harmonies of #FCDA1F
Complementary color
Monochromatic Colors of #FCDA1F
Black with #FCDA1F
Text Example
Text Example
White with #FCDA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA1F; }
p { color: rgb(252,218,31); }
H1.HeaderClassName
{
color: #FCDA1F;
}
.AnyTagClassName
{
color: #FCDA1F;
}
</style>
background-color css
<style>
a { background-color: #FCDA1F; }
a { background-color: rgb(252,218,31); }
div.DivClassName
{
background-color: #FCDA1F;
}
.BgClassName
{
background-color: #FCDA1F;
}
</style>
border-color css
<style>
span { border-color: #FCDA1F; }
span { border-color: rgb(252,218,31); }
td.TdClassName
{
border-color: #FCDA1F;
}
.TagClassName
{
border-color: #FCDA1F;
}
</style>