Shades of Turbo #FBDC25
Tints of Turbo #FBDC25
RGB
CMYK
RGB Variations
Color information
#FBDC25 (or 0xFBDC25) is known color: Turbo. HEX triplet: FB, DC and 25. RGB value is (251,220,37). Sum of RGB (Red+Green+Blue) = 251+220+37=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC25 is #0423DA. Grayscale: #D1D1D1. Windows color (decimal): -271323 or 2481403. OLE color: 2481403.
HSL color Cylindrical-coordinate representation of color #FBDC25: hue angle of 51.31º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBDC25 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 37 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.02 |
| HSL | 51.31º | 0.96% | 0.56% | - |
| HSV(B) | 51.31º | 0.85% | 0.98% | - |
| XYZ | 65.71 | 71.83 | 12.15 | - |
| YUV | 208.41 | 31.27 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 37 | 0 | 0.12 | 0.85 | 0.02 | 51.31 | 0.96 | 0.56 |
| Hex | FB | DC | 25 | 0 | C | 55 | 2 | 33 | 60 | 38 |
| Octal | 373 | 334 | 45 | 0 | 14 | 125 | 2 | 63 | 140 | 70 |
| Binary | 11111011 | 11011100 | 100101 | 0 | 1100 | 1010101 | 10 | 110011 | 1100000 | 111000 |
Color Harmonies of #FBDC25
Complementary color
Monochromatic Colors of #FBDC25
Black with #FBDC25
Text Example
Text Example
White with #FBDC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC25; }
p { color: rgb(251,220,37); }
H1.HeaderClassName
{
color: #FBDC25;
}
.AnyTagClassName
{
color: #FBDC25;
}
</style>
background-color css
<style>
a { background-color: #FBDC25; }
a { background-color: rgb(251,220,37); }
div.DivClassName
{
background-color: #FBDC25;
}
.BgClassName
{
background-color: #FBDC25;
}
</style>
border-color css
<style>
span { border-color: #FBDC25; }
span { border-color: rgb(251,220,37); }
td.TdClassName
{
border-color: #FBDC25;
}
.TagClassName
{
border-color: #FBDC25;
}
</style>