Shades of Turbo #F8CF25
Tints of Turbo #F8CF25
RGB
CMYK
RGB Variations
Color information
#F8CF25 (or 0xF8CF25) is known color: Turbo. HEX triplet: F8, CF and 25. RGB value is (248,207,37). Sum of RGB (Red+Green+Blue) = 248+207+37=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 37 (14.84% from 255 or 7.52% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CF25 is #0730DA. Grayscale: #C8C8C8. Windows color (decimal): -471259 or 2478072. OLE color: 2478072.
HSL color Cylindrical-coordinate representation of color #F8CF25: hue angle of 48.34º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8CF25 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 37 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.03 |
| HSL | 48.34º | 0.94% | 0.56% | - |
| HSV(B) | 48.34º | 0.85% | 0.97% | - |
| XYZ | 61.36 | 64.72 | 11.01 | - |
| YUV | 199.88 | 36.08 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 37 | 0 | 0.17 | 0.85 | 0.03 | 48.34 | 0.94 | 0.56 |
| Hex | F8 | CF | 25 | 0 | 11 | 55 | 3 | 30 | 5E | 38 |
| Octal | 370 | 317 | 45 | 0 | 21 | 125 | 3 | 60 | 136 | 70 |
| Binary | 11111000 | 11001111 | 100101 | 0 | 10001 | 1010101 | 11 | 110000 | 1011110 | 111000 |
Color Harmonies of #F8CF25
Complementary color
Monochromatic Colors of #F8CF25
Black with #F8CF25
Text Example
Text Example
White with #F8CF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF25; }
p { color: rgb(248,207,37); }
H1.HeaderClassName
{
color: #F8CF25;
}
.AnyTagClassName
{
color: #F8CF25;
}
</style>
background-color css
<style>
a { background-color: #F8CF25; }
a { background-color: rgb(248,207,37); }
div.DivClassName
{
background-color: #F8CF25;
}
.BgClassName
{
background-color: #F8CF25;
}
</style>
border-color css
<style>
span { border-color: #F8CF25; }
span { border-color: rgb(248,207,37); }
td.TdClassName
{
border-color: #F8CF25;
}
.TagClassName
{
border-color: #F8CF25;
}
</style>