Shades of Turbo #FCCC1E
Tints of Turbo #FCCC1E
RGB
CMYK
RGB Variations
Color information
#FCCC1E (or 0xFCCC1E) is known color: Turbo. HEX triplet: FC, CC and 1E. RGB value is (252,204,30). Sum of RGB (Red+Green+Blue) = 252+204+30=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 30 (12.11% from 255 or 6.17% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC1E is #0333E1. Grayscale: #C7C7C7. Windows color (decimal): -209890 or 2018556. OLE color: 2018556.
HSL color Cylindrical-coordinate representation of color #FCCC1E: hue angle of 47.03º 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 #FCCC1E is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 30 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.01 |
| HSL | 47.03º | 0.97% | 0.55% | - |
| HSV(B) | 47.03º | 0.88% | 0.99% | - |
| XYZ | 61.97 | 63.97 | 10.31 | - |
| YUV | 198.52 | 32.9 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 30 | 0 | 0.19 | 0.88 | 0.01 | 47.03 | 0.97 | 0.55 |
| Hex | FC | CC | 1E | 0 | 13 | 58 | 1 | 2F | 61 | 37 |
| Octal | 374 | 314 | 36 | 0 | 23 | 130 | 1 | 57 | 141 | 67 |
| Binary | 11111100 | 11001100 | 11110 | 0 | 10011 | 1011000 | 1 | 101111 | 1100001 | 110111 |
Color Harmonies of #FCCC1E
Complementary color
Monochromatic Colors of #FCCC1E
Black with #FCCC1E
Text Example
Text Example
White with #FCCC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC1E; }
p { color: rgb(252,204,30); }
H1.HeaderClassName
{
color: #FCCC1E;
}
.AnyTagClassName
{
color: #FCCC1E;
}
</style>
background-color css
<style>
a { background-color: #FCCC1E; }
a { background-color: rgb(252,204,30); }
div.DivClassName
{
background-color: #FCCC1E;
}
.BgClassName
{
background-color: #FCCC1E;
}
</style>
border-color css
<style>
span { border-color: #FCCC1E; }
span { border-color: rgb(252,204,30); }
td.TdClassName
{
border-color: #FCCC1E;
}
.TagClassName
{
border-color: #FCCC1E;
}
</style>