Shades of Yellow #FAFE02
Tints of Yellow #FAFE02
RGB
CMYK
RGB Variations
Color information
#FAFE02 (or 0xFAFE02) is known color: Yellow. HEX triplet: FA, FE and 02. RGB value is (250,254,2). Sum of RGB (Red+Green+Blue) = 250+254+2=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 2 (1.17% from 255 or 0.40% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFE02 is #0501FD. Grayscale: #E1E1E1. Windows color (decimal): -328190 or 196346. OLE color: 196346.
HSL color Cylindrical-coordinate representation of color #FAFE02: hue angle of 60.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAFE02 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.00 |
| HSL | 60.95º | 0.99% | 0.5% | - |
| HSV(B) | 60.95º | 0.99% | 1% | - |
| XYZ | 74.88 | 91.21 | 13.72 | - |
| YUV | 224.08 | 2.67 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 2 | 0.02 | 0 | 0.99 | 0.00 | 60.95 | 0.99 | 0.5 |
| Hex | FA | FE | 2 | 2 | 0 | 63 | 0 | 3D | 63 | 32 |
| Octal | 372 | 376 | 2 | 2 | 0 | 143 | 0 | 75 | 143 | 62 |
| Binary | 11111010 | 11111110 | 10 | 10 | 0 | 1100011 | 0 | 111101 | 1100011 | 110010 |
Color Harmonies of #FAFE02
Complementary color
Monochromatic Colors of #FAFE02
Black with #FAFE02
Text Example
Text Example
White with #FAFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE02; }
p { color: rgb(250,254,2); }
H1.HeaderClassName
{
color: #FAFE02;
}
.AnyTagClassName
{
color: #FAFE02;
}
</style>
background-color css
<style>
a { background-color: #FAFE02; }
a { background-color: rgb(250,254,2); }
div.DivClassName
{
background-color: #FAFE02;
}
.BgClassName
{
background-color: #FAFE02;
}
</style>
border-color css
<style>
span { border-color: #FAFE02; }
span { border-color: rgb(250,254,2); }
td.TdClassName
{
border-color: #FAFE02;
}
.TagClassName
{
border-color: #FAFE02;
}
</style>