Shades of Turbo #FCCC1A
Tints of Turbo #FCCC1A
RGB
CMYK
RGB Variations
Color information
#FCCC1A (or 0xFCCC1A) is known color: Turbo. HEX triplet: FC, CC and 1A. RGB value is (252,204,26). Sum of RGB (Red+Green+Blue) = 252+204+26=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 26 (10.55% from 255 or 5.39% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC1A is #0333E5. Grayscale: #C6C6C6. Windows color (decimal): -209894 or 1756412. OLE color: 1756412.
HSL color Cylindrical-coordinate representation of color #FCCC1A: hue angle of 47.26º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCCC1A is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 26 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.01 |
| HSL | 47.26º | 0.97% | 0.55% | - |
| HSV(B) | 47.26º | 0.9% | 0.99% | - |
| XYZ | 61.92 | 63.96 | 10.06 | - |
| YUV | 198.06 | 30.9 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 26 | 0 | 0.19 | 0.90 | 0.01 | 47.26 | 0.97 | 0.55 |
| Hex | FC | CC | 1A | 0 | 13 | 5A | 1 | 2F | 61 | 37 |
| Octal | 374 | 314 | 32 | 0 | 23 | 132 | 1 | 57 | 141 | 67 |
| Binary | 11111100 | 11001100 | 11010 | 0 | 10011 | 1011010 | 1 | 101111 | 1100001 | 110111 |
Color Harmonies of #FCCC1A
Complementary color
Monochromatic Colors of #FCCC1A
Black with #FCCC1A
Text Example
Text Example
White with #FCCC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC1A; }
p { color: rgb(252,204,26); }
H1.HeaderClassName
{
color: #FCCC1A;
}
.AnyTagClassName
{
color: #FCCC1A;
}
</style>
background-color css
<style>
a { background-color: #FCCC1A; }
a { background-color: rgb(252,204,26); }
div.DivClassName
{
background-color: #FCCC1A;
}
.BgClassName
{
background-color: #FCCC1A;
}
</style>
border-color css
<style>
span { border-color: #FCCC1A; }
span { border-color: rgb(252,204,26); }
td.TdClassName
{
border-color: #FCCC1A;
}
.TagClassName
{
border-color: #FCCC1A;
}
</style>