Shades of Selective Yellow #F2B800
Tints of Selective Yellow #F2B800
RGB
CMYK
RGB Variations
Color information
#F2B800 (or 0xF2B800) is known color: Selective Yellow. HEX triplet: F2, B8 and 00. RGB value is (242,184,0). Sum of RGB (Red+Green+Blue) = 242+184+0=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B800 is #0D47FF. Grayscale: #B5B5B5. Windows color (decimal): -870400 or 47346. OLE color: 47346.
HSL color Cylindrical-coordinate representation of color #F2B800: hue angle of 45.62º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2B800 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.05 |
| HSL | 45.62º | 1% | 0.47% | - |
| HSV(B) | 45.62º | 1% | 0.95% | - |
| XYZ | 53.76 | 53.16 | 7.43 | - |
| YUV | 180.37 | 26.22 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 0 | 0 | 0.24 | 1 | 0.05 | 45.62 | 1 | 0.47 |
| Hex | F2 | B8 | 0 | 0 | 18 | 64 | 5 | 2E | 64 | 2F |
| Octal | 362 | 270 | 0 | 0 | 30 | 144 | 5 | 56 | 144 | 57 |
| Binary | 11110010 | 10111000 | 0 | 0 | 11000 | 1100100 | 101 | 101110 | 1100100 | 101111 |
Color Harmonies of #F2B800
Complementary color
Monochromatic Colors of #F2B800
Black with #F2B800
Text Example
Text Example
White with #F2B800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B800; }
p { color: rgb(242,184,0); }
H1.HeaderClassName
{
color: #F2B800;
}
.AnyTagClassName
{
color: #F2B800;
}
</style>
background-color css
<style>
a { background-color: #F2B800; }
a { background-color: rgb(242,184,0); }
div.DivClassName
{
background-color: #F2B800;
}
.BgClassName
{
background-color: #F2B800;
}
</style>
border-color css
<style>
span { border-color: #F2B800; }
span { border-color: rgb(242,184,0); }
td.TdClassName
{
border-color: #F2B800;
}
.TagClassName
{
border-color: #F2B800;
}
</style>