Shades of Turbo #FCCE1E
Tints of Turbo #FCCE1E
RGB
CMYK
RGB Variations
Color information
#FCCE1E (or 0xFCCE1E) is known color: Turbo. HEX triplet: FC, CE and 1E. RGB value is (252,206,30). Sum of RGB (Red+Green+Blue) = 252+206+30=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 30 (12.11% from 255 or 6.15% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE1E is #0331E1. Grayscale: #C8C8C8. Windows color (decimal): -209378 or 2019068. OLE color: 2019068.
HSL color Cylindrical-coordinate representation of color #FCCE1E: hue angle of 47.57º 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 #FCCE1E is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 30 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.01 |
| HSL | 47.57º | 0.97% | 0.55% | - |
| HSV(B) | 47.57º | 0.88% | 0.99% | - |
| XYZ | 62.45 | 64.93 | 10.47 | - |
| YUV | 199.69 | 32.24 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 30 | 0 | 0.18 | 0.88 | 0.01 | 47.57 | 0.97 | 0.55 |
| Hex | FC | CE | 1E | 0 | 12 | 58 | 1 | 30 | 61 | 37 |
| Octal | 374 | 316 | 36 | 0 | 22 | 130 | 1 | 60 | 141 | 67 |
| Binary | 11111100 | 11001110 | 11110 | 0 | 10010 | 1011000 | 1 | 110000 | 1100001 | 110111 |
Color Harmonies of #FCCE1E
Complementary color
Monochromatic Colors of #FCCE1E
Black with #FCCE1E
Text Example
Text Example
White with #FCCE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE1E; }
p { color: rgb(252,206,30); }
H1.HeaderClassName
{
color: #FCCE1E;
}
.AnyTagClassName
{
color: #FCCE1E;
}
</style>
background-color css
<style>
a { background-color: #FCCE1E; }
a { background-color: rgb(252,206,30); }
div.DivClassName
{
background-color: #FCCE1E;
}
.BgClassName
{
background-color: #FCCE1E;
}
</style>
border-color css
<style>
span { border-color: #FCCE1E; }
span { border-color: rgb(252,206,30); }
td.TdClassName
{
border-color: #FCCE1E;
}
.TagClassName
{
border-color: #FCCE1E;
}
</style>