Shades of Selective Yellow #F8B40C
Tints of Selective Yellow #F8B40C
RGB
CMYK
RGB Variations
Color information
#F8B40C (or 0xF8B40C) is known color: Selective Yellow. HEX triplet: F8, B4 and 0C. RGB value is (248,180,12). Sum of RGB (Red+Green+Blue) = 248+180+12=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B40C is #074BF3. Grayscale: #B5B5B5. Windows color (decimal): -478196 or 832760. OLE color: 832760.
HSL color Cylindrical-coordinate representation of color #F8B40C: hue angle of 42.71º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8B40C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 180 | 12 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.03 |
| HSL | 42.71º | 0.94% | 0.51% | - |
| HSV(B) | 42.71º | 0.95% | 0.97% | - |
| XYZ | 55.1 | 52.63 | 7.6 | - |
| YUV | 181.18 | 32.53 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 180 | 12 | 0 | 0.27 | 0.95 | 0.03 | 42.71 | 0.94 | 0.51 |
| Hex | F8 | B4 | C | 0 | 1B | 5F | 3 | 2B | 5E | 33 |
| Octal | 370 | 264 | 14 | 0 | 33 | 137 | 3 | 53 | 136 | 63 |
| Binary | 11111000 | 10110100 | 1100 | 0 | 11011 | 1011111 | 11 | 101011 | 1011110 | 110011 |
Color Harmonies of #F8B40C
Complementary color
Monochromatic Colors of #F8B40C
Black with #F8B40C
Text Example
Text Example
White with #F8B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B40C; }
p { color: rgb(248,180,12); }
H1.HeaderClassName
{
color: #F8B40C;
}
.AnyTagClassName
{
color: #F8B40C;
}
</style>
background-color css
<style>
a { background-color: #F8B40C; }
a { background-color: rgb(248,180,12); }
div.DivClassName
{
background-color: #F8B40C;
}
.BgClassName
{
background-color: #F8B40C;
}
</style>
border-color css
<style>
span { border-color: #F8B40C; }
span { border-color: rgb(248,180,12); }
td.TdClassName
{
border-color: #F8B40C;
}
.TagClassName
{
border-color: #F8B40C;
}
</style>