Shades of Turbo #F4CA25
Tints of Turbo #F4CA25
RGB
CMYK
RGB Variations
Color information
#F4CA25 (or 0xF4CA25) is known color: Turbo. HEX triplet: F4, CA and 25. RGB value is (244,202,37). Sum of RGB (Red+Green+Blue) = 244+202+37=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CA25 is #0B35DA. Grayscale: #C4C4C4. Windows color (decimal): -734683 or 2476788. OLE color: 2476788.
HSL color Cylindrical-coordinate representation of color #F4CA25: hue angle of 47.83º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4CA25 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 202 | 37 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.04 |
| HSL | 47.83º | 0.9% | 0.55% | - |
| HSV(B) | 47.83º | 0.85% | 0.96% | - |
| XYZ | 58.76 | 61.61 | 10.54 | - |
| YUV | 195.75 | 38.41 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 202 | 37 | 0 | 0.17 | 0.85 | 0.04 | 47.83 | 0.9 | 0.55 |
| Hex | F4 | CA | 25 | 0 | 11 | 55 | 4 | 30 | 5A | 37 |
| Octal | 364 | 312 | 45 | 0 | 21 | 125 | 4 | 60 | 132 | 67 |
| Binary | 11110100 | 11001010 | 100101 | 0 | 10001 | 1010101 | 100 | 110000 | 1011010 | 110111 |
Color Harmonies of #F4CA25
Complementary color
Monochromatic Colors of #F4CA25
Black with #F4CA25
Text Example
Text Example
White with #F4CA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CA25; }
p { color: rgb(244,202,37); }
H1.HeaderClassName
{
color: #F4CA25;
}
.AnyTagClassName
{
color: #F4CA25;
}
</style>
background-color css
<style>
a { background-color: #F4CA25; }
a { background-color: rgb(244,202,37); }
div.DivClassName
{
background-color: #F4CA25;
}
.BgClassName
{
background-color: #F4CA25;
}
</style>
border-color css
<style>
span { border-color: #F4CA25; }
span { border-color: rgb(244,202,37); }
td.TdClassName
{
border-color: #F4CA25;
}
.TagClassName
{
border-color: #F4CA25;
}
</style>