Shades of Selective Yellow #F1B302
Tints of Selective Yellow #F1B302
RGB
CMYK
RGB Variations
Color information
#F1B302 (or 0xF1B302) is known color: Selective Yellow. HEX triplet: F1, B3 and 02. RGB value is (241,179,2). Sum of RGB (Red+Green+Blue) = 241+179+2=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B302 is #0E4CFD. Grayscale: #B2B2B2. Windows color (decimal): -937214 or 177137. OLE color: 177137.
HSL color Cylindrical-coordinate representation of color #F1B302: hue angle of 44.44º 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 #F1B302 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 179 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.05 |
| HSL | 44.44º | 0.98% | 0.48% | - |
| HSV(B) | 44.44º | 0.99% | 0.95% | - |
| XYZ | 52.41 | 50.95 | 7.13 | - |
| YUV | 177.36 | 29.04 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 179 | 2 | 0 | 0.26 | 0.99 | 0.05 | 44.44 | 0.98 | 0.48 |
| Hex | F1 | B3 | 2 | 0 | 1A | 63 | 5 | 2C | 62 | 30 |
| Octal | 361 | 263 | 2 | 0 | 32 | 143 | 5 | 54 | 142 | 60 |
| Binary | 11110001 | 10110011 | 10 | 0 | 11010 | 1100011 | 101 | 101100 | 1100010 | 110000 |
Color Harmonies of #F1B302
Complementary color
Monochromatic Colors of #F1B302
Black with #F1B302
Text Example
Text Example
White with #F1B302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B302; }
p { color: rgb(241,179,2); }
H1.HeaderClassName
{
color: #F1B302;
}
.AnyTagClassName
{
color: #F1B302;
}
</style>
background-color css
<style>
a { background-color: #F1B302; }
a { background-color: rgb(241,179,2); }
div.DivClassName
{
background-color: #F1B302;
}
.BgClassName
{
background-color: #F1B302;
}
</style>
border-color css
<style>
span { border-color: #F1B302; }
span { border-color: rgb(241,179,2); }
td.TdClassName
{
border-color: #F1B302;
}
.TagClassName
{
border-color: #F1B302;
}
</style>