Shades of Selective Yellow #F3B80A
Tints of Selective Yellow #F3B80A
RGB
CMYK
RGB Variations
Color information
#F3B80A (or 0xF3B80A) is known color: Selective Yellow. HEX triplet: F3, B8 and 0A. RGB value is (243,184,10). Sum of RGB (Red+Green+Blue) = 243+184+10=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3B80A is #0C47F5. Grayscale: #B6B6B6. Windows color (decimal): -804854 or 702707. OLE color: 702707.
HSL color Cylindrical-coordinate representation of color #F3B80A: hue angle of 44.81º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3B80A is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 184 | 10 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.05 |
| HSL | 44.81º | 0.92% | 0.5% | - |
| HSV(B) | 44.81º | 0.96% | 0.95% | - |
| XYZ | 54.16 | 53.36 | 7.73 | - |
| YUV | 181.81 | 31.05 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 184 | 10 | 0 | 0.24 | 0.96 | 0.05 | 44.81 | 0.92 | 0.5 |
| Hex | F3 | B8 | A | 0 | 18 | 60 | 5 | 2D | 5C | 32 |
| Octal | 363 | 270 | 12 | 0 | 30 | 140 | 5 | 55 | 134 | 62 |
| Binary | 11110011 | 10111000 | 1010 | 0 | 11000 | 1100000 | 101 | 101101 | 1011100 | 110010 |
Color Harmonies of #F3B80A
Complementary color
Monochromatic Colors of #F3B80A
Black with #F3B80A
Text Example
Text Example
White with #F3B80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B80A; }
p { color: rgb(243,184,10); }
H1.HeaderClassName
{
color: #F3B80A;
}
.AnyTagClassName
{
color: #F3B80A;
}
</style>
background-color css
<style>
a { background-color: #F3B80A; }
a { background-color: rgb(243,184,10); }
div.DivClassName
{
background-color: #F3B80A;
}
.BgClassName
{
background-color: #F3B80A;
}
</style>
border-color css
<style>
span { border-color: #F3B80A; }
span { border-color: rgb(243,184,10); }
td.TdClassName
{
border-color: #F3B80A;
}
.TagClassName
{
border-color: #F3B80A;
}
</style>