Shades of Turbo #F8DA28
Tints of Turbo #F8DA28
RGB
CMYK
RGB Variations
Color information
#F8DA28 (or 0xF8DA28) is known color: Turbo. HEX triplet: F8, DA and 28. RGB value is (248,218,40). Sum of RGB (Red+Green+Blue) = 248+218+40=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 40 (16.02% from 255 or 7.91% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DA28 is #0725D7. Grayscale: #CFCFCF. Windows color (decimal): -468440 or 2677496. OLE color: 2677496.
HSL color Cylindrical-coordinate representation of color #F8DA28: hue angle of 51.35º 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 #F8DA28 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 40 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.03 |
| HSL | 51.35º | 0.94% | 0.56% | - |
| HSV(B) | 51.35º | 0.84% | 0.97% | - |
| XYZ | 64.17 | 70.25 | 12.19 | - |
| YUV | 206.68 | 33.94 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 40 | 0 | 0.12 | 0.84 | 0.03 | 51.35 | 0.94 | 0.56 |
| Hex | F8 | DA | 28 | 0 | C | 54 | 3 | 33 | 5E | 38 |
| Octal | 370 | 332 | 50 | 0 | 14 | 124 | 3 | 63 | 136 | 70 |
| Binary | 11111000 | 11011010 | 101000 | 0 | 1100 | 1010100 | 11 | 110011 | 1011110 | 111000 |
Color Harmonies of #F8DA28
Complementary color
Monochromatic Colors of #F8DA28
Black with #F8DA28
Text Example
Text Example
White with #F8DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DA28; }
p { color: rgb(248,218,40); }
H1.HeaderClassName
{
color: #F8DA28;
}
.AnyTagClassName
{
color: #F8DA28;
}
</style>
background-color css
<style>
a { background-color: #F8DA28; }
a { background-color: rgb(248,218,40); }
div.DivClassName
{
background-color: #F8DA28;
}
.BgClassName
{
background-color: #F8DA28;
}
</style>
border-color css
<style>
span { border-color: #F8DA28; }
span { border-color: rgb(248,218,40); }
td.TdClassName
{
border-color: #F8DA28;
}
.TagClassName
{
border-color: #F8DA28;
}
</style>