Shades of Turbo #FBDD24
Tints of Turbo #FBDD24
RGB
CMYK
RGB Variations
Color information
#FBDD24 (or 0xFBDD24) is known color: Turbo. HEX triplet: FB, DD and 24. RGB value is (251,221,36). Sum of RGB (Red+Green+Blue) = 251+221+36=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 36 (14.45% from 255 or 7.09% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD24 is #0422DB. Grayscale: #D1D1D1. Windows color (decimal): -271068 or 2416123. OLE color: 2416123.
HSL color Cylindrical-coordinate representation of color #FBDD24: hue angle of 51.63º 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 #FBDD24 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 36 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.02 |
| HSL | 51.63º | 0.96% | 0.56% | - |
| HSV(B) | 51.63º | 0.86% | 0.98% | - |
| XYZ | 65.96 | 72.35 | 12.16 | - |
| YUV | 208.88 | 30.44 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 36 | 0 | 0.12 | 0.86 | 0.02 | 51.63 | 0.96 | 0.56 |
| Hex | FB | DD | 24 | 0 | C | 56 | 2 | 34 | 60 | 38 |
| Octal | 373 | 335 | 44 | 0 | 14 | 126 | 2 | 64 | 140 | 70 |
| Binary | 11111011 | 11011101 | 100100 | 0 | 1100 | 1010110 | 10 | 110100 | 1100000 | 111000 |
Color Harmonies of #FBDD24
Complementary color
Monochromatic Colors of #FBDD24
Black with #FBDD24
Text Example
Text Example
White with #FBDD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD24; }
p { color: rgb(251,221,36); }
H1.HeaderClassName
{
color: #FBDD24;
}
.AnyTagClassName
{
color: #FBDD24;
}
</style>
background-color css
<style>
a { background-color: #FBDD24; }
a { background-color: rgb(251,221,36); }
div.DivClassName
{
background-color: #FBDD24;
}
.BgClassName
{
background-color: #FBDD24;
}
</style>
border-color css
<style>
span { border-color: #FBDD24; }
span { border-color: rgb(251,221,36); }
td.TdClassName
{
border-color: #FBDD24;
}
.TagClassName
{
border-color: #FBDD24;
}
</style>