Shades of Turbo #F6D528
Tints of Turbo #F6D528
RGB
CMYK
RGB Variations
Color information
#F6D528 (or 0xF6D528) is known color: Turbo. HEX triplet: F6, D5 and 28. RGB value is (246,213,40). Sum of RGB (Red+Green+Blue) = 246+213+40=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 40 (16.02% from 255 or 8.02% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D528 is #092AD7. Grayscale: #CBCBCB. Windows color (decimal): -600792 or 2676214. OLE color: 2676214.
HSL color Cylindrical-coordinate representation of color #F6D528: hue angle of 50.39º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F6D528 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 40 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.04 |
| HSL | 50.39º | 0.92% | 0.56% | - |
| HSV(B) | 50.39º | 0.84% | 0.96% | - |
| XYZ | 62.18 | 67.33 | 11.73 | - |
| YUV | 203.15 | 35.93 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 40 | 0 | 0.13 | 0.84 | 0.04 | 50.39 | 0.92 | 0.56 |
| Hex | F6 | D5 | 28 | 0 | D | 54 | 4 | 32 | 5C | 38 |
| Octal | 366 | 325 | 50 | 0 | 15 | 124 | 4 | 62 | 134 | 70 |
| Binary | 11110110 | 11010101 | 101000 | 0 | 1101 | 1010100 | 100 | 110010 | 1011100 | 111000 |
Color Harmonies of #F6D528
Complementary color
Monochromatic Colors of #F6D528
Black with #F6D528
Text Example
Text Example
White with #F6D528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D528; }
p { color: rgb(246,213,40); }
H1.HeaderClassName
{
color: #F6D528;
}
.AnyTagClassName
{
color: #F6D528;
}
</style>
background-color css
<style>
a { background-color: #F6D528; }
a { background-color: rgb(246,213,40); }
div.DivClassName
{
background-color: #F6D528;
}
.BgClassName
{
background-color: #F6D528;
}
</style>
border-color css
<style>
span { border-color: #F6D528; }
span { border-color: rgb(246,213,40); }
td.TdClassName
{
border-color: #F6D528;
}
.TagClassName
{
border-color: #F6D528;
}
</style>