Shades of Turbo #FBC824
Tints of Turbo #FBC824
RGB
CMYK
RGB Variations
Color information
#FBC824 (or 0xFBC824) is known color: Turbo. HEX triplet: FB, C8 and 24. RGB value is (251,200,36). Sum of RGB (Red+Green+Blue) = 251+200+36=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 36 (14.45% from 255 or 7.39% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC824 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC824 is #0437DB. Grayscale: #C5C5C5. Windows color (decimal): -276444 or 2410747. OLE color: 2410747.
HSL color Cylindrical-coordinate representation of color #FBC824: hue angle of 45.77º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBC824 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 36 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.02 |
| HSL | 45.77º | 0.96% | 0.56% | - |
| HSV(B) | 45.77º | 0.86% | 0.98% | - |
| XYZ | 60.76 | 61.95 | 10.42 | - |
| YUV | 196.55 | 37.4 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 36 | 0 | 0.20 | 0.86 | 0.02 | 45.77 | 0.96 | 0.56 |
| Hex | FB | C8 | 24 | 0 | 14 | 56 | 2 | 2E | 60 | 38 |
| Octal | 373 | 310 | 44 | 0 | 24 | 126 | 2 | 56 | 140 | 70 |
| Binary | 11111011 | 11001000 | 100100 | 0 | 10100 | 1010110 | 10 | 101110 | 1100000 | 111000 |
Color Harmonies of #FBC824
Complementary color
Monochromatic Colors of #FBC824
Black with #FBC824
Text Example
Text Example
White with #FBC824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC824; }
p { color: rgb(251,200,36); }
H1.HeaderClassName
{
color: #FBC824;
}
.AnyTagClassName
{
color: #FBC824;
}
</style>
background-color css
<style>
a { background-color: #FBC824; }
a { background-color: rgb(251,200,36); }
div.DivClassName
{
background-color: #FBC824;
}
.BgClassName
{
background-color: #FBC824;
}
</style>
border-color css
<style>
span { border-color: #FBC824; }
span { border-color: rgb(251,200,36); }
td.TdClassName
{
border-color: #FBC824;
}
.TagClassName
{
border-color: #FBC824;
}
</style>