Shades of Turbo #F4CF1C
Tints of Turbo #F4CF1C
RGB
CMYK
RGB Variations
Color information
#F4CF1C (or 0xF4CF1C) is known color: Turbo. HEX triplet: F4, CF and 1C. RGB value is (244,207,28). Sum of RGB (Red+Green+Blue) = 244+207+28=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 28 (11.33% from 255 or 5.85% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CF1C is #0B30E3. Grayscale: #C6C6C6. Windows color (decimal): -733412 or 1888244. OLE color: 1888244.
HSL color Cylindrical-coordinate representation of color #F4CF1C: hue angle of 49.72º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4CF1C is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 28 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.04 |
| HSL | 49.72º | 0.91% | 0.53% | - |
| HSV(B) | 49.72º | 0.89% | 0.96% | - |
| XYZ | 59.83 | 63.94 | 10.29 | - |
| YUV | 197.66 | 32.26 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 28 | 0 | 0.15 | 0.89 | 0.04 | 49.72 | 0.91 | 0.53 |
| Hex | F4 | CF | 1C | 0 | F | 59 | 4 | 32 | 5B | 35 |
| Octal | 364 | 317 | 34 | 0 | 17 | 131 | 4 | 62 | 133 | 65 |
| Binary | 11110100 | 11001111 | 11100 | 0 | 1111 | 1011001 | 100 | 110010 | 1011011 | 110101 |
Color Harmonies of #F4CF1C
Complementary color
Monochromatic Colors of #F4CF1C
Black with #F4CF1C
Text Example
Text Example
White with #F4CF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CF1C; }
p { color: rgb(244,207,28); }
H1.HeaderClassName
{
color: #F4CF1C;
}
.AnyTagClassName
{
color: #F4CF1C;
}
</style>
background-color css
<style>
a { background-color: #F4CF1C; }
a { background-color: rgb(244,207,28); }
div.DivClassName
{
background-color: #F4CF1C;
}
.BgClassName
{
background-color: #F4CF1C;
}
</style>
border-color css
<style>
span { border-color: #F4CF1C; }
span { border-color: rgb(244,207,28); }
td.TdClassName
{
border-color: #F4CF1C;
}
.TagClassName
{
border-color: #F4CF1C;
}
</style>