Shades of Turbo #FBCB2A
Tints of Turbo #FBCB2A
RGB
CMYK
RGB Variations
Color information
#FBCB2A (or 0xFBCB2A) is known color: Turbo. HEX triplet: FB, CB and 2A. RGB value is (251,203,42). Sum of RGB (Red+Green+Blue) = 251+203+42=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 42 (16.80% from 255 or 8.47% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCB2A is #0434D5. Grayscale: #C7C7C7. Windows color (decimal): -275670 or 2804731. OLE color: 2804731.
HSL color Cylindrical-coordinate representation of color #FBCB2A: hue angle of 46.22º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBCB2A is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 42 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.02 |
| HSL | 46.22º | 0.96% | 0.57% | - |
| HSV(B) | 46.22º | 0.83% | 0.98% | - |
| XYZ | 61.56 | 63.39 | 11.18 | - |
| YUV | 199 | 39.4 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 42 | 0 | 0.19 | 0.83 | 0.02 | 46.22 | 0.96 | 0.57 |
| Hex | FB | CB | 2A | 0 | 13 | 53 | 2 | 2E | 60 | 39 |
| Octal | 373 | 313 | 52 | 0 | 23 | 123 | 2 | 56 | 140 | 71 |
| Binary | 11111011 | 11001011 | 101010 | 0 | 10011 | 1010011 | 10 | 101110 | 1100000 | 111001 |
Color Harmonies of #FBCB2A
Complementary color
Monochromatic Colors of #FBCB2A
Black with #FBCB2A
Text Example
Text Example
White with #FBCB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB2A; }
p { color: rgb(251,203,42); }
H1.HeaderClassName
{
color: #FBCB2A;
}
.AnyTagClassName
{
color: #FBCB2A;
}
</style>
background-color css
<style>
a { background-color: #FBCB2A; }
a { background-color: rgb(251,203,42); }
div.DivClassName
{
background-color: #FBCB2A;
}
.BgClassName
{
background-color: #FBCB2A;
}
</style>
border-color css
<style>
span { border-color: #FBCB2A; }
span { border-color: rgb(251,203,42); }
td.TdClassName
{
border-color: #FBCB2A;
}
.TagClassName
{
border-color: #FBCB2A;
}
</style>