Shades of Turbo #F9CA24
Tints of Turbo #F9CA24
RGB
CMYK
RGB Variations
Color information
#F9CA24 (or 0xF9CA24) is known color: Turbo. HEX triplet: F9, CA and 24. RGB value is (249,202,36). Sum of RGB (Red+Green+Blue) = 249+202+36=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 36 (14.45% from 255 or 7.39% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CA24 is #0635DB. Grayscale: #C5C5C5. Windows color (decimal): -407004 or 2411257. OLE color: 2411257.
HSL color Cylindrical-coordinate representation of color #F9CA24: hue angle of 46.76º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9CA24 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 36 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.02 |
| HSL | 46.76º | 0.95% | 0.56% | - |
| HSV(B) | 46.76º | 0.86% | 0.98% | - |
| XYZ | 60.51 | 62.51 | 10.55 | - |
| YUV | 197.13 | 37.07 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 36 | 0 | 0.19 | 0.86 | 0.02 | 46.76 | 0.95 | 0.56 |
| Hex | F9 | CA | 24 | 0 | 13 | 56 | 2 | 2F | 5F | 38 |
| Octal | 371 | 312 | 44 | 0 | 23 | 126 | 2 | 57 | 137 | 70 |
| Binary | 11111001 | 11001010 | 100100 | 0 | 10011 | 1010110 | 10 | 101111 | 1011111 | 111000 |
Color Harmonies of #F9CA24
Complementary color
Monochromatic Colors of #F9CA24
Black with #F9CA24
Text Example
Text Example
White with #F9CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CA24; }
p { color: rgb(249,202,36); }
H1.HeaderClassName
{
color: #F9CA24;
}
.AnyTagClassName
{
color: #F9CA24;
}
</style>
background-color css
<style>
a { background-color: #F9CA24; }
a { background-color: rgb(249,202,36); }
div.DivClassName
{
background-color: #F9CA24;
}
.BgClassName
{
background-color: #F9CA24;
}
</style>
border-color css
<style>
span { border-color: #F9CA24; }
span { border-color: rgb(249,202,36); }
td.TdClassName
{
border-color: #F9CA24;
}
.TagClassName
{
border-color: #F9CA24;
}
</style>