Shades of Turbo #FBCC18
Tints of Turbo #FBCC18
RGB
CMYK
RGB Variations
Color information
#FBCC18 (or 0xFBCC18) is known color: Turbo. HEX triplet: FB, CC and 18. RGB value is (251,204,24). Sum of RGB (Red+Green+Blue) = 251+204+24=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 24 (9.77% from 255 or 5.01% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCC18 is #0433E7. Grayscale: #C6C6C6. Windows color (decimal): -275432 or 1625339. OLE color: 1625339.
HSL color Cylindrical-coordinate representation of color #FBCC18: hue angle of 47.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBCC18 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 24 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.02 |
| HSL | 47.58º | 0.97% | 0.54% | - |
| HSV(B) | 47.58º | 0.9% | 0.98% | - |
| XYZ | 61.54 | 63.76 | 9.93 | - |
| YUV | 197.53 | 30.07 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 24 | 0 | 0.19 | 0.90 | 0.02 | 47.58 | 0.97 | 0.54 |
| Hex | FB | CC | 18 | 0 | 13 | 5A | 2 | 30 | 61 | 36 |
| Octal | 373 | 314 | 30 | 0 | 23 | 132 | 2 | 60 | 141 | 66 |
| Binary | 11111011 | 11001100 | 11000 | 0 | 10011 | 1011010 | 10 | 110000 | 1100001 | 110110 |
Color Harmonies of #FBCC18
Complementary color
Monochromatic Colors of #FBCC18
Black with #FBCC18
Text Example
Text Example
White with #FBCC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC18; }
p { color: rgb(251,204,24); }
H1.HeaderClassName
{
color: #FBCC18;
}
.AnyTagClassName
{
color: #FBCC18;
}
</style>
background-color css
<style>
a { background-color: #FBCC18; }
a { background-color: rgb(251,204,24); }
div.DivClassName
{
background-color: #FBCC18;
}
.BgClassName
{
background-color: #FBCC18;
}
</style>
border-color css
<style>
span { border-color: #FBCC18; }
span { border-color: rgb(251,204,24); }
td.TdClassName
{
border-color: #FBCC18;
}
.TagClassName
{
border-color: #FBCC18;
}
</style>