Shades of Selective Yellow #FFB40C
Tints of Selective Yellow #FFB40C
RGB
CMYK
RGB Variations
Color information
#FFB40C (or 0xFFB40C) is known color: Selective Yellow. HEX triplet: FF, B4 and 0C. RGB value is (255,180,12). Sum of RGB (Red+Green+Blue) = 255+180+12=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB40C is #004BF3. Grayscale: #B8B8B8. Windows color (decimal): -19444 or 832767. OLE color: 832767.
HSL color Cylindrical-coordinate representation of color #FFB40C: hue angle of 41.48º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFB40C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 12 | - |
| CMYK | 0 | 0.29 | 0.95 | 0 |
| HSL | 41.48º | 1% | 0.52% | - |
| HSV(B) | 41.48º | 0.95% | 1% | - |
| XYZ | 57.63 | 53.93 | 7.72 | - |
| YUV | 183.27 | 31.35 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 12 | 0 | 0.29 | 0.95 | 0 | 41.48 | 1 | 0.52 |
| Hex | FF | B4 | C | 0 | 1D | 5F | 0 | 29 | 64 | 34 |
| Octal | 377 | 264 | 14 | 0 | 35 | 137 | 0 | 51 | 144 | 64 |
| Binary | 11111111 | 10110100 | 1100 | 0 | 11101 | 1011111 | 0 | 101001 | 1100100 | 110100 |
Color Harmonies of #FFB40C
Complementary color
Monochromatic Colors of #FFB40C
Black with #FFB40C
Text Example
Text Example
White with #FFB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB40C; }
p { color: rgb(255,180,12); }
H1.HeaderClassName
{
color: #FFB40C;
}
.AnyTagClassName
{
color: #FFB40C;
}
</style>
background-color css
<style>
a { background-color: #FFB40C; }
a { background-color: rgb(255,180,12); }
div.DivClassName
{
background-color: #FFB40C;
}
.BgClassName
{
background-color: #FFB40C;
}
</style>
border-color css
<style>
span { border-color: #FFB40C; }
span { border-color: rgb(255,180,12); }
td.TdClassName
{
border-color: #FFB40C;
}
.TagClassName
{
border-color: #FFB40C;
}
</style>