Shades of Turbo #FBC725
Tints of Turbo #FBC725
RGB
CMYK
RGB Variations
Color information
#FBC725 (or 0xFBC725) is known color: Turbo. HEX triplet: FB, C7 and 25. RGB value is (251,199,37). Sum of RGB (Red+Green+Blue) = 251+199+37=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC725 is #0438DA. Grayscale: #C4C4C4. Windows color (decimal): -276699 or 2476027. OLE color: 2476027.
HSL color Cylindrical-coordinate representation of color #FBC725: hue angle of 45.42º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBC725 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 37 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.02 |
| HSL | 45.42º | 0.96% | 0.56% | - |
| HSV(B) | 45.42º | 0.85% | 0.98% | - |
| XYZ | 60.54 | 61.49 | 10.43 | - |
| YUV | 196.08 | 38.23 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 37 | 0 | 0.21 | 0.85 | 0.02 | 45.42 | 0.96 | 0.56 |
| Hex | FB | C7 | 25 | 0 | 15 | 55 | 2 | 2D | 60 | 38 |
| Octal | 373 | 307 | 45 | 0 | 25 | 125 | 2 | 55 | 140 | 70 |
| Binary | 11111011 | 11000111 | 100101 | 0 | 10101 | 1010101 | 10 | 101101 | 1100000 | 111000 |
Color Harmonies of #FBC725
Complementary color
Monochromatic Colors of #FBC725
Black with #FBC725
Text Example
Text Example
White with #FBC725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC725; }
p { color: rgb(251,199,37); }
H1.HeaderClassName
{
color: #FBC725;
}
.AnyTagClassName
{
color: #FBC725;
}
</style>
background-color css
<style>
a { background-color: #FBC725; }
a { background-color: rgb(251,199,37); }
div.DivClassName
{
background-color: #FBC725;
}
.BgClassName
{
background-color: #FBC725;
}
</style>
border-color css
<style>
span { border-color: #FBC725; }
span { border-color: rgb(251,199,37); }
td.TdClassName
{
border-color: #FBC725;
}
.TagClassName
{
border-color: #FBC725;
}
</style>