Shades of Selective Yellow #F4B402
Tints of Selective Yellow #F4B402
RGB
CMYK
RGB Variations
Color information
#F4B402 (or 0xF4B402) is known color: Selective Yellow. HEX triplet: F4, B4 and 02. RGB value is (244,180,2). Sum of RGB (Red+Green+Blue) = 244+180+2=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4B402 is #0B4BFD. Grayscale: #B3B3B3. Windows color (decimal): -740350 or 177396. OLE color: 177396.
HSL color Cylindrical-coordinate representation of color #F4B402: hue angle of 44.13º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4B402 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 180 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.04 |
| HSL | 44.13º | 0.98% | 0.48% | - |
| HSV(B) | 44.13º | 0.99% | 0.96% | - |
| XYZ | 53.64 | 51.88 | 7.24 | - |
| YUV | 178.84 | 28.2 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 180 | 2 | 0 | 0.26 | 0.99 | 0.04 | 44.13 | 0.98 | 0.48 |
| Hex | F4 | B4 | 2 | 0 | 1A | 63 | 4 | 2C | 62 | 30 |
| Octal | 364 | 264 | 2 | 0 | 32 | 143 | 4 | 54 | 142 | 60 |
| Binary | 11110100 | 10110100 | 10 | 0 | 11010 | 1100011 | 100 | 101100 | 1100010 | 110000 |
Color Harmonies of #F4B402
Complementary color
Monochromatic Colors of #F4B402
Black with #F4B402
Text Example
Text Example
White with #F4B402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B402; }
p { color: rgb(244,180,2); }
H1.HeaderClassName
{
color: #F4B402;
}
.AnyTagClassName
{
color: #F4B402;
}
</style>
background-color css
<style>
a { background-color: #F4B402; }
a { background-color: rgb(244,180,2); }
div.DivClassName
{
background-color: #F4B402;
}
.BgClassName
{
background-color: #F4B402;
}
</style>
border-color css
<style>
span { border-color: #F4B402; }
span { border-color: rgb(244,180,2); }
td.TdClassName
{
border-color: #F4B402;
}
.TagClassName
{
border-color: #F4B402;
}
</style>