Shades of Corn #FAF65D
Tints of Corn #FAF65D
RGB
CMYK
RGB Variations
Color information
#FAF65D (or 0xFAF65D) is known color: Corn. HEX triplet: FA, F6 and 5D. RGB value is (250,246,93). Sum of RGB (Red+Green+Blue) = 250+246+93=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 93 (36.72% from 255 or 15.79% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF65D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF65D is #0509A2. Grayscale: #E6E6E6. Windows color (decimal): -330147 or 6158074. OLE color: 6158074.
HSL color Cylindrical-coordinate representation of color #FAF65D: hue angle of 58.47º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAF65D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 93 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.02 |
| HSL | 58.47º | 0.94% | 0.67% | - |
| HSV(B) | 58.47º | 0.63% | 0.98% | - |
| XYZ | 74.36 | 87.03 | 23.23 | - |
| YUV | 229.75 | 50.83 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 93 | 0 | 0.02 | 0.63 | 0.02 | 58.47 | 0.94 | 0.67 |
| Hex | FA | F6 | 5D | 0 | 2 | 3F | 2 | 3A | 5E | 43 |
| Octal | 372 | 366 | 135 | 0 | 2 | 77 | 2 | 72 | 136 | 103 |
| Binary | 11111010 | 11110110 | 1011101 | 0 | 10 | 111111 | 10 | 111010 | 1011110 | 1000011 |
Color Harmonies of #FAF65D
Complementary color
Monochromatic Colors of #FAF65D
Black with #FAF65D
Text Example
Text Example
White with #FAF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF65D; }
p { color: rgb(250,246,93); }
H1.HeaderClassName
{
color: #FAF65D;
}
.AnyTagClassName
{
color: #FAF65D;
}
</style>
background-color css
<style>
a { background-color: #FAF65D; }
a { background-color: rgb(250,246,93); }
div.DivClassName
{
background-color: #FAF65D;
}
.BgClassName
{
background-color: #FAF65D;
}
</style>
border-color css
<style>
span { border-color: #FAF65D; }
span { border-color: rgb(250,246,93); }
td.TdClassName
{
border-color: #FAF65D;
}
.TagClassName
{
border-color: #FAF65D;
}
</style>