Shades of Turbo #F8DC1F
Tints of Turbo #F8DC1F
RGB
CMYK
RGB Variations
Color information
#F8DC1F (or 0xF8DC1F) is known color: Turbo. HEX triplet: F8, DC and 1F. RGB value is (248,220,31). Sum of RGB (Red+Green+Blue) = 248+220+31=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 31 (12.5% from 255 or 6.21% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DC1F is #0723E0. Grayscale: #CFCFCF. Windows color (decimal): -467937 or 2088184. OLE color: 2088184.
HSL color Cylindrical-coordinate representation of color #F8DC1F: hue angle of 52.26º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8DC1F is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 31 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.03 |
| HSL | 52.26º | 0.94% | 0.55% | - |
| HSV(B) | 52.26º | 0.88% | 0.97% | - |
| XYZ | 64.55 | 71.24 | 11.65 | - |
| YUV | 206.83 | 28.78 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 31 | 0 | 0.11 | 0.88 | 0.03 | 52.26 | 0.94 | 0.55 |
| Hex | F8 | DC | 1F | 0 | B | 58 | 3 | 34 | 5E | 37 |
| Octal | 370 | 334 | 37 | 0 | 13 | 130 | 3 | 64 | 136 | 67 |
| Binary | 11111000 | 11011100 | 11111 | 0 | 1011 | 1011000 | 11 | 110100 | 1011110 | 110111 |
Color Harmonies of #F8DC1F
Complementary color
Monochromatic Colors of #F8DC1F
Black with #F8DC1F
Text Example
Text Example
White with #F8DC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC1F; }
p { color: rgb(248,220,31); }
H1.HeaderClassName
{
color: #F8DC1F;
}
.AnyTagClassName
{
color: #F8DC1F;
}
</style>
background-color css
<style>
a { background-color: #F8DC1F; }
a { background-color: rgb(248,220,31); }
div.DivClassName
{
background-color: #F8DC1F;
}
.BgClassName
{
background-color: #F8DC1F;
}
</style>
border-color css
<style>
span { border-color: #F8DC1F; }
span { border-color: rgb(248,220,31); }
td.TdClassName
{
border-color: #F8DC1F;
}
.TagClassName
{
border-color: #F8DC1F;
}
</style>