Shades of Turbo #FCCD1E
Tints of Turbo #FCCD1E
RGB
CMYK
RGB Variations
Color information
#FCCD1E (or 0xFCCD1E) is known color: Turbo. HEX triplet: FC, CD and 1E. RGB value is (252,205,30). Sum of RGB (Red+Green+Blue) = 252+205+30=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 30 (12.11% from 255 or 6.16% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD1E is #0332E1. Grayscale: #C7C7C7. Windows color (decimal): -209634 or 2018812. OLE color: 2018812.
HSL color Cylindrical-coordinate representation of color #FCCD1E: hue angle of 47.3º 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 #FCCD1E is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 30 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.01 |
| HSL | 47.3º | 0.97% | 0.55% | - |
| HSV(B) | 47.3º | 0.88% | 0.99% | - |
| XYZ | 62.21 | 64.45 | 10.39 | - |
| YUV | 199.1 | 32.57 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 30 | 0 | 0.19 | 0.88 | 0.01 | 47.3 | 0.97 | 0.55 |
| Hex | FC | CD | 1E | 0 | 13 | 58 | 1 | 2F | 61 | 37 |
| Octal | 374 | 315 | 36 | 0 | 23 | 130 | 1 | 57 | 141 | 67 |
| Binary | 11111100 | 11001101 | 11110 | 0 | 10011 | 1011000 | 1 | 101111 | 1100001 | 110111 |
Color Harmonies of #FCCD1E
Complementary color
Monochromatic Colors of #FCCD1E
Black with #FCCD1E
Text Example
Text Example
White with #FCCD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD1E; }
p { color: rgb(252,205,30); }
H1.HeaderClassName
{
color: #FCCD1E;
}
.AnyTagClassName
{
color: #FCCD1E;
}
</style>
background-color css
<style>
a { background-color: #FCCD1E; }
a { background-color: rgb(252,205,30); }
div.DivClassName
{
background-color: #FCCD1E;
}
.BgClassName
{
background-color: #FCCD1E;
}
</style>
border-color css
<style>
span { border-color: #FCCD1E; }
span { border-color: rgb(252,205,30); }
td.TdClassName
{
border-color: #FCCD1E;
}
.TagClassName
{
border-color: #FCCD1E;
}
</style>