Shades of Corn #FAF25C
Tints of Corn #FAF25C
RGB
CMYK
RGB Variations
Color information
#FAF25C (or 0xFAF25C) is known color: Corn. HEX triplet: FA, F2 and 5C. RGB value is (250,242,92). Sum of RGB (Red+Green+Blue) = 250+242+92=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 92 (36.33% from 255 or 15.75% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF25C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF25C is #050DA3. Grayscale: #E3E3E3. Windows color (decimal): -331172 or 6091514. OLE color: 6091514.
HSL color Cylindrical-coordinate representation of color #FAF25C: hue angle of 56.96º 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 #FAF25C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 92 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.02 |
| HSL | 56.96º | 0.94% | 0.67% | - |
| HSV(B) | 56.96º | 0.63% | 0.98% | - |
| XYZ | 73.11 | 84.6 | 22.6 | - |
| YUV | 227.29 | 51.65 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 92 | 0 | 0.03 | 0.63 | 0.02 | 56.96 | 0.94 | 0.67 |
| Hex | FA | F2 | 5C | 0 | 3 | 3F | 2 | 39 | 5E | 43 |
| Octal | 372 | 362 | 134 | 0 | 3 | 77 | 2 | 71 | 136 | 103 |
| Binary | 11111010 | 11110010 | 1011100 | 0 | 11 | 111111 | 10 | 111001 | 1011110 | 1000011 |
Color Harmonies of #FAF25C
Complementary color
Monochromatic Colors of #FAF25C
Black with #FAF25C
Text Example
Text Example
White with #FAF25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF25C; }
p { color: rgb(250,242,92); }
H1.HeaderClassName
{
color: #FAF25C;
}
.AnyTagClassName
{
color: #FAF25C;
}
</style>
background-color css
<style>
a { background-color: #FAF25C; }
a { background-color: rgb(250,242,92); }
div.DivClassName
{
background-color: #FAF25C;
}
.BgClassName
{
background-color: #FAF25C;
}
</style>
border-color css
<style>
span { border-color: #FAF25C; }
span { border-color: rgb(250,242,92); }
td.TdClassName
{
border-color: #FAF25C;
}
.TagClassName
{
border-color: #FAF25C;
}
</style>