Shades of Yellow #FAFE0B
Tints of Yellow #FAFE0B
RGB
CMYK
RGB Variations
Color information
#FAFE0B (or 0xFAFE0B) is known color: Yellow. HEX triplet: FA, FE and 0B. RGB value is (250,254,11). Sum of RGB (Red+Green+Blue) = 250+254+11=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 11 (4.69% from 255 or 2.14% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFE0B is #0501F4. Grayscale: #E2E2E2. Windows color (decimal): -328181 or 786170. OLE color: 786170.
HSL color Cylindrical-coordinate representation of color #FAFE0B: hue angle of 60.99º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAFE0B is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 11 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.00 |
| HSL | 60.99º | 0.99% | 0.52% | - |
| HSV(B) | 60.99º | 0.96% | 1% | - |
| XYZ | 74.93 | 91.23 | 13.98 | - |
| YUV | 225.1 | 7.17 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 11 | 0.02 | 0 | 0.96 | 0.00 | 60.99 | 0.99 | 0.52 |
| Hex | FA | FE | B | 2 | 0 | 60 | 0 | 3D | 63 | 34 |
| Octal | 372 | 376 | 13 | 2 | 0 | 140 | 0 | 75 | 143 | 64 |
| Binary | 11111010 | 11111110 | 1011 | 10 | 0 | 1100000 | 0 | 111101 | 1100011 | 110100 |
Color Harmonies of #FAFE0B
Complementary color
Monochromatic Colors of #FAFE0B
Black with #FAFE0B
Text Example
Text Example
White with #FAFE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE0B; }
p { color: rgb(250,254,11); }
H1.HeaderClassName
{
color: #FAFE0B;
}
.AnyTagClassName
{
color: #FAFE0B;
}
</style>
background-color css
<style>
a { background-color: #FAFE0B; }
a { background-color: rgb(250,254,11); }
div.DivClassName
{
background-color: #FAFE0B;
}
.BgClassName
{
background-color: #FAFE0B;
}
</style>
border-color css
<style>
span { border-color: #FAFE0B; }
span { border-color: rgb(250,254,11); }
td.TdClassName
{
border-color: #FAFE0B;
}
.TagClassName
{
border-color: #FAFE0B;
}
</style>