Shades of Selective Yellow #FAB40C
Tints of Selective Yellow #FAB40C
RGB
CMYK
RGB Variations
Color information
#FAB40C (or 0xFAB40C) is known color: Selective Yellow. HEX triplet: FA, B4 and 0C. RGB value is (250,180,12). Sum of RGB (Red+Green+Blue) = 250+180+12=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB40C is #054BF3. Grayscale: #B6B6B6. Windows color (decimal): -347124 or 832762. OLE color: 832762.
HSL color Cylindrical-coordinate representation of color #FAB40C: hue angle of 42.35º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAB40C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 12 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.02 |
| HSL | 42.35º | 0.96% | 0.51% | - |
| HSV(B) | 42.35º | 0.95% | 0.98% | - |
| XYZ | 55.81 | 52.99 | 7.63 | - |
| YUV | 181.78 | 32.19 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 12 | 0 | 0.28 | 0.95 | 0.02 | 42.35 | 0.96 | 0.51 |
| Hex | FA | B4 | C | 0 | 1C | 5F | 2 | 2A | 60 | 33 |
| Octal | 372 | 264 | 14 | 0 | 34 | 137 | 2 | 52 | 140 | 63 |
| Binary | 11111010 | 10110100 | 1100 | 0 | 11100 | 1011111 | 10 | 101010 | 1100000 | 110011 |
Color Harmonies of #FAB40C
Complementary color
Monochromatic Colors of #FAB40C
Black with #FAB40C
Text Example
Text Example
White with #FAB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB40C; }
p { color: rgb(250,180,12); }
H1.HeaderClassName
{
color: #FAB40C;
}
.AnyTagClassName
{
color: #FAB40C;
}
</style>
background-color css
<style>
a { background-color: #FAB40C; }
a { background-color: rgb(250,180,12); }
div.DivClassName
{
background-color: #FAB40C;
}
.BgClassName
{
background-color: #FAB40C;
}
</style>
border-color css
<style>
span { border-color: #FAB40C; }
span { border-color: rgb(250,180,12); }
td.TdClassName
{
border-color: #FAB40C;
}
.TagClassName
{
border-color: #FAB40C;
}
</style>