Shades of Turbo #FCDD1F
Tints of Turbo #FCDD1F
RGB
CMYK
RGB Variations
Color information
#FCDD1F (or 0xFCDD1F) is known color: Turbo. HEX triplet: FC, DD and 1F. RGB value is (252,221,31). Sum of RGB (Red+Green+Blue) = 252+221+31=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 31 (12.5% from 255 or 6.15% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD1F is #0322E0. Grayscale: #D1D1D1. Windows color (decimal): -205537 or 2088444. OLE color: 2088444.
HSL color Cylindrical-coordinate representation of color #FCDD1F: hue angle of 51.58º 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 #FCDD1F is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 31 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.01 |
| HSL | 51.58º | 0.97% | 0.55% | - |
| HSV(B) | 51.58º | 0.88% | 0.99% | - |
| XYZ | 66.25 | 72.51 | 11.8 | - |
| YUV | 208.61 | 27.77 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 31 | 0 | 0.12 | 0.88 | 0.01 | 51.58 | 0.97 | 0.55 |
| Hex | FC | DD | 1F | 0 | C | 58 | 1 | 34 | 61 | 37 |
| Octal | 374 | 335 | 37 | 0 | 14 | 130 | 1 | 64 | 141 | 67 |
| Binary | 11111100 | 11011101 | 11111 | 0 | 1100 | 1011000 | 1 | 110100 | 1100001 | 110111 |
Color Harmonies of #FCDD1F
Complementary color
Monochromatic Colors of #FCDD1F
Black with #FCDD1F
Text Example
Text Example
White with #FCDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD1F; }
p { color: rgb(252,221,31); }
H1.HeaderClassName
{
color: #FCDD1F;
}
.AnyTagClassName
{
color: #FCDD1F;
}
</style>
background-color css
<style>
a { background-color: #FCDD1F; }
a { background-color: rgb(252,221,31); }
div.DivClassName
{
background-color: #FCDD1F;
}
.BgClassName
{
background-color: #FCDD1F;
}
</style>
border-color css
<style>
span { border-color: #FCDD1F; }
span { border-color: rgb(252,221,31); }
td.TdClassName
{
border-color: #FCDD1F;
}
.TagClassName
{
border-color: #FCDD1F;
}
</style>