Shades of Turbo #FCCD1C
Tints of Turbo #FCCD1C
RGB
CMYK
RGB Variations
Color information
#FCCD1C (or 0xFCCD1C) is known color: Turbo. HEX triplet: FC, CD and 1C. RGB value is (252,205,28). Sum of RGB (Red+Green+Blue) = 252+205+28=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD1C is #0332E3. Grayscale: #C7C7C7. Windows color (decimal): -209636 or 1887740. OLE color: 1887740.
HSL color Cylindrical-coordinate representation of color #FCCD1C: hue angle of 47.41º 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 #FCCD1C is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 28 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.01 |
| HSL | 47.41º | 0.97% | 0.55% | - |
| HSV(B) | 47.41º | 0.89% | 0.99% | - |
| XYZ | 62.19 | 64.44 | 10.26 | - |
| YUV | 198.88 | 31.57 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 28 | 0 | 0.19 | 0.89 | 0.01 | 47.41 | 0.97 | 0.55 |
| Hex | FC | CD | 1C | 0 | 13 | 59 | 1 | 2F | 61 | 37 |
| Octal | 374 | 315 | 34 | 0 | 23 | 131 | 1 | 57 | 141 | 67 |
| Binary | 11111100 | 11001101 | 11100 | 0 | 10011 | 1011001 | 1 | 101111 | 1100001 | 110111 |
Color Harmonies of #FCCD1C
Complementary color
Monochromatic Colors of #FCCD1C
Black with #FCCD1C
Text Example
Text Example
White with #FCCD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD1C; }
p { color: rgb(252,205,28); }
H1.HeaderClassName
{
color: #FCCD1C;
}
.AnyTagClassName
{
color: #FCCD1C;
}
</style>
background-color css
<style>
a { background-color: #FCCD1C; }
a { background-color: rgb(252,205,28); }
div.DivClassName
{
background-color: #FCCD1C;
}
.BgClassName
{
background-color: #FCCD1C;
}
</style>
border-color css
<style>
span { border-color: #FCCD1C; }
span { border-color: rgb(252,205,28); }
td.TdClassName
{
border-color: #FCCD1C;
}
.TagClassName
{
border-color: #FCCD1C;
}
</style>