Shades of Selective Yellow #F0B40C
Tints of Selective Yellow #F0B40C
RGB
CMYK
RGB Variations
Color information
#F0B40C (or 0xF0B40C) is known color: Selective Yellow. HEX triplet: F0, B4 and 0C. RGB value is (240,180,12). Sum of RGB (Red+Green+Blue) = 240+180+12=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B40C is #0F4BF3. Grayscale: #B3B3B3. Windows color (decimal): -1002484 or 832752. OLE color: 832752.
HSL color Cylindrical-coordinate representation of color #F0B40C: hue angle of 44.21º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0B40C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.06 |
| HSL | 44.21º | 0.9% | 0.49% | - |
| HSV(B) | 44.21º | 0.95% | 0.94% | - |
| XYZ | 52.32 | 51.19 | 7.47 | - |
| YUV | 178.79 | 33.88 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 12 | 0 | 0.25 | 0.95 | 0.06 | 44.21 | 0.9 | 0.49 |
| Hex | F0 | B4 | C | 0 | 19 | 5F | 6 | 2C | 5A | 31 |
| Octal | 360 | 264 | 14 | 0 | 31 | 137 | 6 | 54 | 132 | 61 |
| Binary | 11110000 | 10110100 | 1100 | 0 | 11001 | 1011111 | 110 | 101100 | 1011010 | 110001 |
Color Harmonies of #F0B40C
Complementary color
Monochromatic Colors of #F0B40C
Black with #F0B40C
Text Example
Text Example
White with #F0B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B40C; }
p { color: rgb(240,180,12); }
H1.HeaderClassName
{
color: #F0B40C;
}
.AnyTagClassName
{
color: #F0B40C;
}
</style>
background-color css
<style>
a { background-color: #F0B40C; }
a { background-color: rgb(240,180,12); }
div.DivClassName
{
background-color: #F0B40C;
}
.BgClassName
{
background-color: #F0B40C;
}
</style>
border-color css
<style>
span { border-color: #F0B40C; }
span { border-color: rgb(240,180,12); }
td.TdClassName
{
border-color: #F0B40C;
}
.TagClassName
{
border-color: #F0B40C;
}
</style>