Shades of Turbo #FCC925
Tints of Turbo #FCC925
RGB
CMYK
RGB Variations
Color information
#FCC925 (or 0xFCC925) is known color: Turbo. HEX triplet: FC, C9 and 25. RGB value is (252,201,37). Sum of RGB (Red+Green+Blue) = 252+201+37=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 37 (14.84% from 255 or 7.55% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC925 is #0336DA. Grayscale: #C6C6C6. Windows color (decimal): -210651 or 2476540. OLE color: 2476540.
HSL color Cylindrical-coordinate representation of color #FCC925: hue angle of 45.77º 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 #FCC925 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 37 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.01 |
| HSL | 45.77º | 0.97% | 0.57% | - |
| HSV(B) | 45.77º | 0.85% | 0.99% | - |
| XYZ | 61.37 | 62.6 | 10.6 | - |
| YUV | 197.55 | 37.4 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 37 | 0 | 0.20 | 0.85 | 0.01 | 45.77 | 0.97 | 0.57 |
| Hex | FC | C9 | 25 | 0 | 14 | 55 | 1 | 2E | 61 | 39 |
| Octal | 374 | 311 | 45 | 0 | 24 | 125 | 1 | 56 | 141 | 71 |
| Binary | 11111100 | 11001001 | 100101 | 0 | 10100 | 1010101 | 1 | 101110 | 1100001 | 111001 |
Color Harmonies of #FCC925
Complementary color
Monochromatic Colors of #FCC925
Black with #FCC925
Text Example
Text Example
White with #FCC925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC925; }
p { color: rgb(252,201,37); }
H1.HeaderClassName
{
color: #FCC925;
}
.AnyTagClassName
{
color: #FCC925;
}
</style>
background-color css
<style>
a { background-color: #FCC925; }
a { background-color: rgb(252,201,37); }
div.DivClassName
{
background-color: #FCC925;
}
.BgClassName
{
background-color: #FCC925;
}
</style>
border-color css
<style>
span { border-color: #FCC925; }
span { border-color: rgb(252,201,37); }
td.TdClassName
{
border-color: #FCC925;
}
.TagClassName
{
border-color: #FCC925;
}
</style>