Shades of Turbo #F4CF23
Tints of Turbo #F4CF23
RGB
CMYK
RGB Variations
Color information
#F4CF23 (or 0xF4CF23) is known color: Turbo. HEX triplet: F4, CF and 23. RGB value is (244,207,35). Sum of RGB (Red+Green+Blue) = 244+207+35=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 35 (14.06% from 255 or 7.20% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CF23 is #0B30DC. Grayscale: #C7C7C7. Windows color (decimal): -733405 or 2346996. OLE color: 2346996.
HSL color Cylindrical-coordinate representation of color #F4CF23: hue angle of 49.38º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4CF23 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 35 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.04 |
| HSL | 49.38º | 0.9% | 0.55% | - |
| HSV(B) | 49.38º | 0.86% | 0.96% | - |
| XYZ | 59.92 | 63.98 | 10.78 | - |
| YUV | 198.46 | 35.76 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 35 | 0 | 0.15 | 0.86 | 0.04 | 49.38 | 0.9 | 0.55 |
| Hex | F4 | CF | 23 | 0 | F | 56 | 4 | 31 | 5A | 37 |
| Octal | 364 | 317 | 43 | 0 | 17 | 126 | 4 | 61 | 132 | 67 |
| Binary | 11110100 | 11001111 | 100011 | 0 | 1111 | 1010110 | 100 | 110001 | 1011010 | 110111 |
Color Harmonies of #F4CF23
Complementary color
Monochromatic Colors of #F4CF23
Black with #F4CF23
Text Example
Text Example
White with #F4CF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CF23; }
p { color: rgb(244,207,35); }
H1.HeaderClassName
{
color: #F4CF23;
}
.AnyTagClassName
{
color: #F4CF23;
}
</style>
background-color css
<style>
a { background-color: #F4CF23; }
a { background-color: rgb(244,207,35); }
div.DivClassName
{
background-color: #F4CF23;
}
.BgClassName
{
background-color: #F4CF23;
}
</style>
border-color css
<style>
span { border-color: #F4CF23; }
span { border-color: rgb(244,207,35); }
td.TdClassName
{
border-color: #F4CF23;
}
.TagClassName
{
border-color: #F4CF23;
}
</style>