Shades of Selective Yellow #F0B405
Tints of Selective Yellow #F0B405
RGB
CMYK
RGB Variations
Color information
#F0B405 (or 0xF0B405) is known color: Selective Yellow. HEX triplet: F0, B4 and 05. RGB value is (240,180,5). Sum of RGB (Red+Green+Blue) = 240+180+5=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B405 is #0F4BFA. Grayscale: #B2B2B2. Windows color (decimal): -1002491 or 374000. OLE color: 374000.
HSL color Cylindrical-coordinate representation of color #F0B405: hue angle of 44.68º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0B405 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.06 |
| HSL | 44.68º | 0.96% | 0.48% | - |
| HSV(B) | 44.68º | 0.98% | 0.94% | - |
| XYZ | 52.28 | 51.18 | 7.27 | - |
| YUV | 177.99 | 30.38 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 5 | 0 | 0.25 | 0.98 | 0.06 | 44.68 | 0.96 | 0.48 |
| Hex | F0 | B4 | 5 | 0 | 19 | 62 | 6 | 2D | 60 | 30 |
| Octal | 360 | 264 | 5 | 0 | 31 | 142 | 6 | 55 | 140 | 60 |
| Binary | 11110000 | 10110100 | 101 | 0 | 11001 | 1100010 | 110 | 101101 | 1100000 | 110000 |
Color Harmonies of #F0B405
Complementary color
Monochromatic Colors of #F0B405
Black with #F0B405
Text Example
Text Example
White with #F0B405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B405; }
p { color: rgb(240,180,5); }
H1.HeaderClassName
{
color: #F0B405;
}
.AnyTagClassName
{
color: #F0B405;
}
</style>
background-color css
<style>
a { background-color: #F0B405; }
a { background-color: rgb(240,180,5); }
div.DivClassName
{
background-color: #F0B405;
}
.BgClassName
{
background-color: #F0B405;
}
</style>
border-color css
<style>
span { border-color: #F0B405; }
span { border-color: rgb(240,180,5); }
td.TdClassName
{
border-color: #F0B405;
}
.TagClassName
{
border-color: #F0B405;
}
</style>