Shades of Turbo #FCC625
Tints of Turbo #FCC625
RGB
CMYK
RGB Variations
Color information
#FCC625 (or 0xFCC625) is known color: Turbo. HEX triplet: FC, C6 and 25. RGB value is (252,198,37). Sum of RGB (Red+Green+Blue) = 252+198+37=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC625 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC625 is #0339DA. Grayscale: #C4C4C4. Windows color (decimal): -211419 or 2475772. OLE color: 2475772.
HSL color Cylindrical-coordinate representation of color #FCC625: hue angle of 44.93º 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 #FCC625 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 37 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.01 |
| HSL | 44.93º | 0.97% | 0.57% | - |
| HSV(B) | 44.93º | 0.85% | 0.99% | - |
| XYZ | 60.67 | 61.22 | 10.37 | - |
| YUV | 195.79 | 38.39 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 37 | 0 | 0.21 | 0.85 | 0.01 | 44.93 | 0.97 | 0.57 |
| Hex | FC | C6 | 25 | 0 | 15 | 55 | 1 | 2D | 61 | 39 |
| Octal | 374 | 306 | 45 | 0 | 25 | 125 | 1 | 55 | 141 | 71 |
| Binary | 11111100 | 11000110 | 100101 | 0 | 10101 | 1010101 | 1 | 101101 | 1100001 | 111001 |
Color Harmonies of #FCC625
Complementary color
Monochromatic Colors of #FCC625
Black with #FCC625
Text Example
Text Example
White with #FCC625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC625; }
p { color: rgb(252,198,37); }
H1.HeaderClassName
{
color: #FCC625;
}
.AnyTagClassName
{
color: #FCC625;
}
</style>
background-color css
<style>
a { background-color: #FCC625; }
a { background-color: rgb(252,198,37); }
div.DivClassName
{
background-color: #FCC625;
}
.BgClassName
{
background-color: #FCC625;
}
</style>
border-color css
<style>
span { border-color: #FCC625; }
span { border-color: rgb(252,198,37); }
td.TdClassName
{
border-color: #FCC625;
}
.TagClassName
{
border-color: #FCC625;
}
</style>