Shades of Turbo #FCC725
Tints of Turbo #FCC725
RGB
CMYK
RGB Variations
Color information
#FCC725 (or 0xFCC725) is known color: Turbo. HEX triplet: FC, C7 and 25. RGB value is (252,199,37). Sum of RGB (Red+Green+Blue) = 252+199+37=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC725 is #0338DA. Grayscale: #C5C5C5. Windows color (decimal): -211163 or 2476028. OLE color: 2476028.
HSL color Cylindrical-coordinate representation of color #FCC725: hue angle of 45.21º 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 #FCC725 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 37 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.01 |
| HSL | 45.21º | 0.97% | 0.57% | - |
| HSV(B) | 45.21º | 0.85% | 0.99% | - |
| XYZ | 60.9 | 61.68 | 10.45 | - |
| YUV | 196.38 | 38.06 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 37 | 0 | 0.21 | 0.85 | 0.01 | 45.21 | 0.97 | 0.57 |
| Hex | FC | C7 | 25 | 0 | 15 | 55 | 1 | 2D | 61 | 39 |
| Octal | 374 | 307 | 45 | 0 | 25 | 125 | 1 | 55 | 141 | 71 |
| Binary | 11111100 | 11000111 | 100101 | 0 | 10101 | 1010101 | 1 | 101101 | 1100001 | 111001 |
Color Harmonies of #FCC725
Complementary color
Monochromatic Colors of #FCC725
Black with #FCC725
Text Example
Text Example
White with #FCC725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC725; }
p { color: rgb(252,199,37); }
H1.HeaderClassName
{
color: #FCC725;
}
.AnyTagClassName
{
color: #FCC725;
}
</style>
background-color css
<style>
a { background-color: #FCC725; }
a { background-color: rgb(252,199,37); }
div.DivClassName
{
background-color: #FCC725;
}
.BgClassName
{
background-color: #FCC725;
}
</style>
border-color css
<style>
span { border-color: #FCC725; }
span { border-color: rgb(252,199,37); }
td.TdClassName
{
border-color: #FCC725;
}
.TagClassName
{
border-color: #FCC725;
}
</style>