Shades of Selective Yellow #F6B802
Tints of Selective Yellow #F6B802
RGB
CMYK
RGB Variations
Color information
#F6B802 (or 0xF6B802) is known color: Selective Yellow. HEX triplet: F6, B8 and 02. RGB value is (246,184,2). Sum of RGB (Red+Green+Blue) = 246+184+2=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6B802 is #0947FD. Grayscale: #B6B6B6. Windows color (decimal): -608254 or 178422. OLE color: 178422.
HSL color Cylindrical-coordinate representation of color #F6B802: hue angle of 44.75º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6B802 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 184 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.04 |
| HSL | 44.75º | 0.98% | 0.49% | - |
| HSV(B) | 44.75º | 0.99% | 0.96% | - |
| XYZ | 55.16 | 53.88 | 7.55 | - |
| YUV | 181.79 | 26.54 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 184 | 2 | 0 | 0.25 | 0.99 | 0.04 | 44.75 | 0.98 | 0.49 |
| Hex | F6 | B8 | 2 | 0 | 19 | 63 | 4 | 2D | 62 | 31 |
| Octal | 366 | 270 | 2 | 0 | 31 | 143 | 4 | 55 | 142 | 61 |
| Binary | 11110110 | 10111000 | 10 | 0 | 11001 | 1100011 | 100 | 101101 | 1100010 | 110001 |
Color Harmonies of #F6B802
Complementary color
Monochromatic Colors of #F6B802
Black with #F6B802
Text Example
Text Example
White with #F6B802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B802; }
p { color: rgb(246,184,2); }
H1.HeaderClassName
{
color: #F6B802;
}
.AnyTagClassName
{
color: #F6B802;
}
</style>
background-color css
<style>
a { background-color: #F6B802; }
a { background-color: rgb(246,184,2); }
div.DivClassName
{
background-color: #F6B802;
}
.BgClassName
{
background-color: #F6B802;
}
</style>
border-color css
<style>
span { border-color: #F6B802; }
span { border-color: rgb(246,184,2); }
td.TdClassName
{
border-color: #F6B802;
}
.TagClassName
{
border-color: #F6B802;
}
</style>