Shades of Corn #FAF65C
Tints of Corn #FAF65C
RGB
CMYK
RGB Variations
Color information
#FAF65C (or 0xFAF65C) is known color: Corn. HEX triplet: FA, F6 and 5C. RGB value is (250,246,92). Sum of RGB (Red+Green+Blue) = 250+246+92=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 92 (36.33% from 255 or 15.65% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF65C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF65C is #0509A3. Grayscale: #E6E6E6. Windows color (decimal): -330148 or 6092538. OLE color: 6092538.
HSL color Cylindrical-coordinate representation of color #FAF65C: hue angle of 58.48º 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 #FAF65C is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 92 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.02 |
| HSL | 58.48º | 0.94% | 0.67% | - |
| HSV(B) | 58.48º | 0.63% | 0.98% | - |
| XYZ | 74.31 | 87.01 | 23 | - |
| YUV | 229.64 | 50.33 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 92 | 0 | 0.02 | 0.63 | 0.02 | 58.48 | 0.94 | 0.67 |
| Hex | FA | F6 | 5C | 0 | 2 | 3F | 2 | 3A | 5E | 43 |
| Octal | 372 | 366 | 134 | 0 | 2 | 77 | 2 | 72 | 136 | 103 |
| Binary | 11111010 | 11110110 | 1011100 | 0 | 10 | 111111 | 10 | 111010 | 1011110 | 1000011 |
Color Harmonies of #FAF65C
Complementary color
Monochromatic Colors of #FAF65C
Black with #FAF65C
Text Example
Text Example
White with #FAF65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF65C; }
p { color: rgb(250,246,92); }
H1.HeaderClassName
{
color: #FAF65C;
}
.AnyTagClassName
{
color: #FAF65C;
}
</style>
background-color css
<style>
a { background-color: #FAF65C; }
a { background-color: rgb(250,246,92); }
div.DivClassName
{
background-color: #FAF65C;
}
.BgClassName
{
background-color: #FAF65C;
}
</style>
border-color css
<style>
span { border-color: #FAF65C; }
span { border-color: rgb(250,246,92); }
td.TdClassName
{
border-color: #FAF65C;
}
.TagClassName
{
border-color: #FAF65C;
}
</style>