Shades of Turbo #FCCC25
Tints of Turbo #FCCC25
RGB
CMYK
RGB Variations
Color information
#FCCC25 (or 0xFCCC25) is known color: Turbo. HEX triplet: FC, CC and 25. RGB value is (252,204,37). Sum of RGB (Red+Green+Blue) = 252+204+37=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 37 (14.84% from 255 or 7.51% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC25 is #0333DA. Grayscale: #C8C8C8. Windows color (decimal): -209883 or 2477308. OLE color: 2477308.
HSL color Cylindrical-coordinate representation of color #FCCC25: hue angle of 46.6º 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 #FCCC25 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 37 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.01 |
| HSL | 46.6º | 0.97% | 0.57% | - |
| HSV(B) | 46.6º | 0.85% | 0.99% | - |
| XYZ | 62.07 | 64.01 | 10.83 | - |
| YUV | 199.31 | 36.4 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 37 | 0 | 0.19 | 0.85 | 0.01 | 46.6 | 0.97 | 0.57 |
| Hex | FC | CC | 25 | 0 | 13 | 55 | 1 | 2F | 61 | 39 |
| Octal | 374 | 314 | 45 | 0 | 23 | 125 | 1 | 57 | 141 | 71 |
| Binary | 11111100 | 11001100 | 100101 | 0 | 10011 | 1010101 | 1 | 101111 | 1100001 | 111001 |
Color Harmonies of #FCCC25
Complementary color
Monochromatic Colors of #FCCC25
Black with #FCCC25
Text Example
Text Example
White with #FCCC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC25; }
p { color: rgb(252,204,37); }
H1.HeaderClassName
{
color: #FCCC25;
}
.AnyTagClassName
{
color: #FCCC25;
}
</style>
background-color css
<style>
a { background-color: #FCCC25; }
a { background-color: rgb(252,204,37); }
div.DivClassName
{
background-color: #FCCC25;
}
.BgClassName
{
background-color: #FCCC25;
}
</style>
border-color css
<style>
span { border-color: #FCCC25; }
span { border-color: rgb(252,204,37); }
td.TdClassName
{
border-color: #FCCC25;
}
.TagClassName
{
border-color: #FCCC25;
}
</style>