Shades of Turbo #F8DB27
Tints of Turbo #F8DB27
RGB
CMYK
RGB Variations
Color information
#F8DB27 (or 0xF8DB27) is known color: Turbo. HEX triplet: F8, DB and 27. RGB value is (248,219,39). Sum of RGB (Red+Green+Blue) = 248+219+39=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 39 (15.62% from 255 or 7.71% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DB27 is #0724D8. Grayscale: #CFCFCF. Windows color (decimal): -468185 or 2612216. OLE color: 2612216.
HSL color Cylindrical-coordinate representation of color #F8DB27: hue angle of 51.67º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8DB27 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 39 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.03 |
| HSL | 51.67º | 0.94% | 0.56% | - |
| HSV(B) | 51.67º | 0.84% | 0.97% | - |
| XYZ | 64.41 | 70.77 | 12.18 | - |
| YUV | 207.15 | 33.11 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 39 | 0 | 0.12 | 0.84 | 0.03 | 51.67 | 0.94 | 0.56 |
| Hex | F8 | DB | 27 | 0 | C | 54 | 3 | 34 | 5E | 38 |
| Octal | 370 | 333 | 47 | 0 | 14 | 124 | 3 | 64 | 136 | 70 |
| Binary | 11111000 | 11011011 | 100111 | 0 | 1100 | 1010100 | 11 | 110100 | 1011110 | 111000 |
Color Harmonies of #F8DB27
Complementary color
Monochromatic Colors of #F8DB27
Black with #F8DB27
Text Example
Text Example
White with #F8DB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB27; }
p { color: rgb(248,219,39); }
H1.HeaderClassName
{
color: #F8DB27;
}
.AnyTagClassName
{
color: #F8DB27;
}
</style>
background-color css
<style>
a { background-color: #F8DB27; }
a { background-color: rgb(248,219,39); }
div.DivClassName
{
background-color: #F8DB27;
}
.BgClassName
{
background-color: #F8DB27;
}
</style>
border-color css
<style>
span { border-color: #F8DB27; }
span { border-color: rgb(248,219,39); }
td.TdClassName
{
border-color: #F8DB27;
}
.TagClassName
{
border-color: #F8DB27;
}
</style>