Shades of Yellow #FEFA0B
Tints of Yellow #FEFA0B
RGB
CMYK
RGB Variations
Color information
#FEFA0B (or 0xFEFA0B) is known color: Yellow. HEX triplet: FE, FA and 0B. RGB value is (254,250,11). Sum of RGB (Red+Green+Blue) = 254+250+11=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 11 (4.69% from 255 or 2.14% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA0B is #0105F4. Grayscale: #E0E0E0. Windows color (decimal): -67061 or 785150. OLE color: 785150.
HSL color Cylindrical-coordinate representation of color #FEFA0B: hue angle of 59.01º 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 #FEFA0B is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 11 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.00 |
| HSL | 59.01º | 0.99% | 0.52% | - |
| HSV(B) | 59.01º | 0.96% | 1% | - |
| XYZ | 75.12 | 89.47 | 13.63 | - |
| YUV | 223.95 | 7.83 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 11 | 0 | 0.02 | 0.96 | 0.00 | 59.01 | 0.99 | 0.52 |
| Hex | FE | FA | B | 0 | 2 | 60 | 0 | 3B | 63 | 34 |
| Octal | 376 | 372 | 13 | 0 | 2 | 140 | 0 | 73 | 143 | 64 |
| Binary | 11111110 | 11111010 | 1011 | 0 | 10 | 1100000 | 0 | 111011 | 1100011 | 110100 |
Color Harmonies of #FEFA0B
Complementary color
Monochromatic Colors of #FEFA0B
Black with #FEFA0B
Text Example
Text Example
White with #FEFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA0B; }
p { color: rgb(254,250,11); }
H1.HeaderClassName
{
color: #FEFA0B;
}
.AnyTagClassName
{
color: #FEFA0B;
}
</style>
background-color css
<style>
a { background-color: #FEFA0B; }
a { background-color: rgb(254,250,11); }
div.DivClassName
{
background-color: #FEFA0B;
}
.BgClassName
{
background-color: #FEFA0B;
}
</style>
border-color css
<style>
span { border-color: #FEFA0B; }
span { border-color: rgb(254,250,11); }
td.TdClassName
{
border-color: #FEFA0B;
}
.TagClassName
{
border-color: #FEFA0B;
}
</style>