Shades of Selective Yellow #F2B502
Tints of Selective Yellow #F2B502
RGB
CMYK
RGB Variations
Color information
#F2B502 (or 0xF2B502) is known color: Selective Yellow. HEX triplet: F2, B5 and 02. RGB value is (242,181,2). Sum of RGB (Red+Green+Blue) = 242+181+2=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B502 is #0D4AFD. Grayscale: #B3B3B3. Windows color (decimal): -871166 or 177650. OLE color: 177650.
HSL color Cylindrical-coordinate representation of color #F2B502: hue angle of 44.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2B502 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.05 |
| HSL | 44.75º | 0.98% | 0.48% | - |
| HSV(B) | 44.75º | 0.99% | 0.95% | - |
| XYZ | 53.15 | 51.93 | 7.28 | - |
| YUV | 178.83 | 28.21 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 2 | 0 | 0.25 | 0.99 | 0.05 | 44.75 | 0.98 | 0.48 |
| Hex | F2 | B5 | 2 | 0 | 19 | 63 | 5 | 2D | 62 | 30 |
| Octal | 362 | 265 | 2 | 0 | 31 | 143 | 5 | 55 | 142 | 60 |
| Binary | 11110010 | 10110101 | 10 | 0 | 11001 | 1100011 | 101 | 101101 | 1100010 | 110000 |
Color Harmonies of #F2B502
Complementary color
Monochromatic Colors of #F2B502
Black with #F2B502
Text Example
Text Example
White with #F2B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B502; }
p { color: rgb(242,181,2); }
H1.HeaderClassName
{
color: #F2B502;
}
.AnyTagClassName
{
color: #F2B502;
}
</style>
background-color css
<style>
a { background-color: #F2B502; }
a { background-color: rgb(242,181,2); }
div.DivClassName
{
background-color: #F2B502;
}
.BgClassName
{
background-color: #F2B502;
}
</style>
border-color css
<style>
span { border-color: #F2B502; }
span { border-color: rgb(242,181,2); }
td.TdClassName
{
border-color: #F2B502;
}
.TagClassName
{
border-color: #F2B502;
}
</style>