Shades of Turbo #FCC225
Tints of Turbo #FCC225
RGB
CMYK
RGB Variations
Color information
#FCC225 (or 0xFCC225) is known color: Turbo. HEX triplet: FC, C2 and 25. RGB value is (252,194,37). Sum of RGB (Red+Green+Blue) = 252+194+37=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC225 is #033DDA. Grayscale: #C2C2C2. Windows color (decimal): -212443 or 2474748. OLE color: 2474748.
HSL color Cylindrical-coordinate representation of color #FCC225: hue angle of 43.81º 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 #FCC225 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 37 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.01 |
| HSL | 43.81º | 0.97% | 0.57% | - |
| HSV(B) | 43.81º | 0.85% | 0.99% | - |
| XYZ | 59.77 | 59.41 | 10.07 | - |
| YUV | 193.44 | 39.72 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 37 | 0 | 0.23 | 0.85 | 0.01 | 43.81 | 0.97 | 0.57 |
| Hex | FC | C2 | 25 | 0 | 17 | 55 | 1 | 2C | 61 | 39 |
| Octal | 374 | 302 | 45 | 0 | 27 | 125 | 1 | 54 | 141 | 71 |
| Binary | 11111100 | 11000010 | 100101 | 0 | 10111 | 1010101 | 1 | 101100 | 1100001 | 111001 |
Color Harmonies of #FCC225
Complementary color
Monochromatic Colors of #FCC225
Black with #FCC225
Text Example
Text Example
White with #FCC225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC225; }
p { color: rgb(252,194,37); }
H1.HeaderClassName
{
color: #FCC225;
}
.AnyTagClassName
{
color: #FCC225;
}
</style>
background-color css
<style>
a { background-color: #FCC225; }
a { background-color: rgb(252,194,37); }
div.DivClassName
{
background-color: #FCC225;
}
.BgClassName
{
background-color: #FCC225;
}
</style>
border-color css
<style>
span { border-color: #FCC225; }
span { border-color: rgb(252,194,37); }
td.TdClassName
{
border-color: #FCC225;
}
.TagClassName
{
border-color: #FCC225;
}
</style>