Shades of Turbo #F7CB24
Tints of Turbo #F7CB24
RGB
CMYK
RGB Variations
Color information
#F7CB24 (or 0xF7CB24) is known color: Turbo. HEX triplet: F7, CB and 24. RGB value is (247,203,36). Sum of RGB (Red+Green+Blue) = 247+203+36=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 36 (14.45% from 255 or 7.41% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CB24 is #0834DB. Grayscale: #C5C5C5. Windows color (decimal): -537820 or 2411511. OLE color: 2411511.
HSL color Cylindrical-coordinate representation of color #F7CB24: hue angle of 47.49º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7CB24 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 36 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.03 |
| HSL | 47.49º | 0.93% | 0.55% | - |
| HSV(B) | 47.49º | 0.85% | 0.97% | - |
| XYZ | 60.03 | 62.61 | 10.59 | - |
| YUV | 197.12 | 37.08 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 36 | 0 | 0.18 | 0.85 | 0.03 | 47.49 | 0.93 | 0.55 |
| Hex | F7 | CB | 24 | 0 | 12 | 55 | 3 | 2F | 5D | 37 |
| Octal | 367 | 313 | 44 | 0 | 22 | 125 | 3 | 57 | 135 | 67 |
| Binary | 11110111 | 11001011 | 100100 | 0 | 10010 | 1010101 | 11 | 101111 | 1011101 | 110111 |
Color Harmonies of #F7CB24
Complementary color
Monochromatic Colors of #F7CB24
Black with #F7CB24
Text Example
Text Example
White with #F7CB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CB24; }
p { color: rgb(247,203,36); }
H1.HeaderClassName
{
color: #F7CB24;
}
.AnyTagClassName
{
color: #F7CB24;
}
</style>
background-color css
<style>
a { background-color: #F7CB24; }
a { background-color: rgb(247,203,36); }
div.DivClassName
{
background-color: #F7CB24;
}
.BgClassName
{
background-color: #F7CB24;
}
</style>
border-color css
<style>
span { border-color: #F7CB24; }
span { border-color: rgb(247,203,36); }
td.TdClassName
{
border-color: #F7CB24;
}
.TagClassName
{
border-color: #F7CB24;
}
</style>