Shades of Turbo #FCCC26
Tints of Turbo #FCCC26
RGB
CMYK
RGB Variations
Color information
#FCCC26 (or 0xFCCC26) is known color: Turbo. HEX triplet: FC, CC and 26. RGB value is (252,204,38). Sum of RGB (Red+Green+Blue) = 252+204+38=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 38 (15.23% from 255 or 7.69% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC26 is #0333D9. Grayscale: #C8C8C8. Windows color (decimal): -209882 or 2542844. OLE color: 2542844.
HSL color Cylindrical-coordinate representation of color #FCCC26: hue angle of 46.54º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCCC26 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 38 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.01 |
| HSL | 46.54º | 0.97% | 0.57% | - |
| HSV(B) | 46.54º | 0.85% | 0.99% | - |
| XYZ | 62.09 | 64.02 | 10.92 | - |
| YUV | 199.43 | 36.9 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 38 | 0 | 0.19 | 0.85 | 0.01 | 46.54 | 0.97 | 0.57 |
| Hex | FC | CC | 26 | 0 | 13 | 55 | 1 | 2F | 61 | 39 |
| Octal | 374 | 314 | 46 | 0 | 23 | 125 | 1 | 57 | 141 | 71 |
| Binary | 11111100 | 11001100 | 100110 | 0 | 10011 | 1010101 | 1 | 101111 | 1100001 | 111001 |
Color Harmonies of #FCCC26
Complementary color
Monochromatic Colors of #FCCC26
Black with #FCCC26
Text Example
Text Example
White with #FCCC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC26; }
p { color: rgb(252,204,38); }
H1.HeaderClassName
{
color: #FCCC26;
}
.AnyTagClassName
{
color: #FCCC26;
}
</style>
background-color css
<style>
a { background-color: #FCCC26; }
a { background-color: rgb(252,204,38); }
div.DivClassName
{
background-color: #FCCC26;
}
.BgClassName
{
background-color: #FCCC26;
}
</style>
border-color css
<style>
span { border-color: #FCCC26; }
span { border-color: rgb(252,204,38); }
td.TdClassName
{
border-color: #FCCC26;
}
.TagClassName
{
border-color: #FCCC26;
}
</style>