Shades of Corn #FAF75C
Tints of Corn #FAF75C
RGB
CMYK
RGB Variations
Color information
#FAF75C (or 0xFAF75C) is known color: Corn. HEX triplet: FA, F7 and 5C. RGB value is (250,247,92). Sum of RGB (Red+Green+Blue) = 250+247+92=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 92 (36.33% from 255 or 15.62% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF75C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF75C is #0508A3. Grayscale: #E6E6E6. Windows color (decimal): -329892 or 6092794. OLE color: 6092794.
HSL color Cylindrical-coordinate representation of color #FAF75C: hue angle of 58.86º 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 #FAF75C is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 92 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.02 |
| HSL | 58.86º | 0.94% | 0.67% | - |
| HSV(B) | 58.86º | 0.63% | 0.98% | - |
| XYZ | 74.62 | 87.62 | 23.1 | - |
| YUV | 230.23 | 49.99 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 92 | 0 | 0.01 | 0.63 | 0.02 | 58.86 | 0.94 | 0.67 |
| Hex | FA | F7 | 5C | 0 | 1 | 3F | 2 | 3B | 5E | 43 |
| Octal | 372 | 367 | 134 | 0 | 1 | 77 | 2 | 73 | 136 | 103 |
| Binary | 11111010 | 11110111 | 1011100 | 0 | 1 | 111111 | 10 | 111011 | 1011110 | 1000011 |
Color Harmonies of #FAF75C
Complementary color
Monochromatic Colors of #FAF75C
Black with #FAF75C
Text Example
Text Example
White with #FAF75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF75C; }
p { color: rgb(250,247,92); }
H1.HeaderClassName
{
color: #FAF75C;
}
.AnyTagClassName
{
color: #FAF75C;
}
</style>
background-color css
<style>
a { background-color: #FAF75C; }
a { background-color: rgb(250,247,92); }
div.DivClassName
{
background-color: #FAF75C;
}
.BgClassName
{
background-color: #FAF75C;
}
</style>
border-color css
<style>
span { border-color: #FAF75C; }
span { border-color: rgb(250,247,92); }
td.TdClassName
{
border-color: #FAF75C;
}
.TagClassName
{
border-color: #FAF75C;
}
</style>