Shades of Turbo #FBCE2A
Tints of Turbo #FBCE2A
RGB
CMYK
RGB Variations
Color information
#FBCE2A (or 0xFBCE2A) is known color: Turbo. HEX triplet: FB, CE and 2A. RGB value is (251,206,42). Sum of RGB (Red+Green+Blue) = 251+206+42=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 42 (16.80% from 255 or 8.42% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCE2A is #0431D5. Grayscale: #C9C9C9. Windows color (decimal): -274902 or 2805499. OLE color: 2805499.
HSL color Cylindrical-coordinate representation of color #FBCE2A: hue angle of 47.08º 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 #FBCE2A is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 42 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.02 |
| HSL | 47.08º | 0.96% | 0.57% | - |
| HSV(B) | 47.08º | 0.83% | 0.98% | - |
| XYZ | 62.27 | 64.82 | 11.42 | - |
| YUV | 200.76 | 38.41 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 42 | 0 | 0.18 | 0.83 | 0.02 | 47.08 | 0.96 | 0.57 |
| Hex | FB | CE | 2A | 0 | 12 | 53 | 2 | 2F | 60 | 39 |
| Octal | 373 | 316 | 52 | 0 | 22 | 123 | 2 | 57 | 140 | 71 |
| Binary | 11111011 | 11001110 | 101010 | 0 | 10010 | 1010011 | 10 | 101111 | 1100000 | 111001 |
Color Harmonies of #FBCE2A
Complementary color
Monochromatic Colors of #FBCE2A
Black with #FBCE2A
Text Example
Text Example
White with #FBCE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCE2A; }
p { color: rgb(251,206,42); }
H1.HeaderClassName
{
color: #FBCE2A;
}
.AnyTagClassName
{
color: #FBCE2A;
}
</style>
background-color css
<style>
a { background-color: #FBCE2A; }
a { background-color: rgb(251,206,42); }
div.DivClassName
{
background-color: #FBCE2A;
}
.BgClassName
{
background-color: #FBCE2A;
}
</style>
border-color css
<style>
span { border-color: #FBCE2A; }
span { border-color: rgb(251,206,42); }
td.TdClassName
{
border-color: #FBCE2A;
}
.TagClassName
{
border-color: #FBCE2A;
}
</style>