Shades of Corn #FAF25B
Tints of Corn #FAF25B
RGB
CMYK
RGB Variations
Color information
#FAF25B (or 0xFAF25B) is known color: Corn. HEX triplet: FA, F2 and 5B. RGB value is (250,242,91). Sum of RGB (Red+Green+Blue) = 250+242+91=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 91 (35.94% from 255 or 15.61% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF25B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF25B is #050DA4. Grayscale: #E3E3E3. Windows color (decimal): -331173 or 6025978. OLE color: 6025978.
HSL color Cylindrical-coordinate representation of color #FAF25B: hue angle of 56.98º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAF25B is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 91 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.02 |
| HSL | 56.98º | 0.94% | 0.67% | - |
| HSV(B) | 56.98º | 0.64% | 0.98% | - |
| XYZ | 73.06 | 84.58 | 22.37 | - |
| YUV | 227.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 91 | 0 | 0.03 | 0.64 | 0.02 | 56.98 | 0.94 | 0.67 |
| Hex | FA | F2 | 5B | 0 | 3 | 40 | 2 | 39 | 5E | 43 |
| Octal | 372 | 362 | 133 | 0 | 3 | 100 | 2 | 71 | 136 | 103 |
| Binary | 11111010 | 11110010 | 1011011 | 0 | 11 | 1000000 | 10 | 111001 | 1011110 | 1000011 |
Color Harmonies of #FAF25B
Complementary color
Monochromatic Colors of #FAF25B
Black with #FAF25B
Text Example
Text Example
White with #FAF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF25B; }
p { color: rgb(250,242,91); }
H1.HeaderClassName
{
color: #FAF25B;
}
.AnyTagClassName
{
color: #FAF25B;
}
</style>
background-color css
<style>
a { background-color: #FAF25B; }
a { background-color: rgb(250,242,91); }
div.DivClassName
{
background-color: #FAF25B;
}
.BgClassName
{
background-color: #FAF25B;
}
</style>
border-color css
<style>
span { border-color: #FAF25B; }
span { border-color: rgb(250,242,91); }
td.TdClassName
{
border-color: #FAF25B;
}
.TagClassName
{
border-color: #FAF25B;
}
</style>