Shades of Corn #FAF65B
Tints of Corn #FAF65B
RGB
CMYK
RGB Variations
Color information
#FAF65B (or 0xFAF65B) is known color: Corn. HEX triplet: FA, F6 and 5B. RGB value is (250,246,91). Sum of RGB (Red+Green+Blue) = 250+246+91=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 91 (35.94% from 255 or 15.50% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF65B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF65B is #0509A4. Grayscale: #E6E6E6. Windows color (decimal): -330149 or 6027002. OLE color: 6027002.
HSL color Cylindrical-coordinate representation of color #FAF65B: hue angle of 58.49º 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 #FAF65B is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 91 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.02 |
| HSL | 58.49º | 0.94% | 0.67% | - |
| HSV(B) | 58.49º | 0.64% | 0.98% | - |
| XYZ | 74.27 | 86.99 | 22.77 | - |
| YUV | 229.53 | 49.83 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 91 | 0 | 0.02 | 0.64 | 0.02 | 58.49 | 0.94 | 0.67 |
| Hex | FA | F6 | 5B | 0 | 2 | 40 | 2 | 3A | 5E | 43 |
| Octal | 372 | 366 | 133 | 0 | 2 | 100 | 2 | 72 | 136 | 103 |
| Binary | 11111010 | 11110110 | 1011011 | 0 | 10 | 1000000 | 10 | 111010 | 1011110 | 1000011 |
Color Harmonies of #FAF65B
Complementary color
Monochromatic Colors of #FAF65B
Black with #FAF65B
Text Example
Text Example
White with #FAF65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF65B; }
p { color: rgb(250,246,91); }
H1.HeaderClassName
{
color: #FAF65B;
}
.AnyTagClassName
{
color: #FAF65B;
}
</style>
background-color css
<style>
a { background-color: #FAF65B; }
a { background-color: rgb(250,246,91); }
div.DivClassName
{
background-color: #FAF65B;
}
.BgClassName
{
background-color: #FAF65B;
}
</style>
border-color css
<style>
span { border-color: #FAF65B; }
span { border-color: rgb(250,246,91); }
td.TdClassName
{
border-color: #FAF65B;
}
.TagClassName
{
border-color: #FAF65B;
}
</style>