Shades of Turbo #FFC725
Tints of Turbo #FFC725
RGB
CMYK
RGB Variations
Color information
#FFC725 (or 0xFFC725) is known color: Turbo. HEX triplet: FF, C7 and 25. RGB value is (255,199,37). Sum of RGB (Red+Green+Blue) = 255+199+37=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 37 (14.84% from 255 or 7.54% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC725 is #0038DA. Grayscale: #C5C5C5. Windows color (decimal): -14555 or 2476031. OLE color: 2476031.
HSL color Cylindrical-coordinate representation of color #FFC725: hue angle of 44.59º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFC725 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 37 | - |
| CMYK | 0 | 0.22 | 0.85 | 0 |
| HSL | 44.59º | 1% | 0.57% | - |
| HSV(B) | 44.59º | 0.85% | 1% | - |
| XYZ | 62 | 62.24 | 10.5 | - |
| YUV | 197.28 | 37.55 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 37 | 0 | 0.22 | 0.85 | 0 | 44.59 | 1 | 0.57 |
| Hex | FF | C7 | 25 | 0 | 16 | 55 | 0 | 2D | 64 | 39 |
| Octal | 377 | 307 | 45 | 0 | 26 | 125 | 0 | 55 | 144 | 71 |
| Binary | 11111111 | 11000111 | 100101 | 0 | 10110 | 1010101 | 0 | 101101 | 1100100 | 111001 |
Color Harmonies of #FFC725
Complementary color
Monochromatic Colors of #FFC725
Black with #FFC725
Text Example
Text Example
White with #FFC725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC725; }
p { color: rgb(255,199,37); }
H1.HeaderClassName
{
color: #FFC725;
}
.AnyTagClassName
{
color: #FFC725;
}
</style>
background-color css
<style>
a { background-color: #FFC725; }
a { background-color: rgb(255,199,37); }
div.DivClassName
{
background-color: #FFC725;
}
.BgClassName
{
background-color: #FFC725;
}
</style>
border-color css
<style>
span { border-color: #FFC725; }
span { border-color: rgb(255,199,37); }
td.TdClassName
{
border-color: #FFC725;
}
.TagClassName
{
border-color: #FFC725;
}
</style>