Shades of Corn #FAF363
Tints of Corn #FAF363
RGB
CMYK
RGB Variations
Color information
#FAF363 (or 0xFAF363) is known color: Corn. HEX triplet: FA, F3 and 63. RGB value is (250,243,99). Sum of RGB (Red+Green+Blue) = 250+243+99=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 99 (39.06% from 255 or 16.72% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF363 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF363 is #050C9C. Grayscale: #E5E5E5. Windows color (decimal): -330909 or 6550522. OLE color: 6550522.
HSL color Cylindrical-coordinate representation of color #FAF363: hue angle of 57.22º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAF363 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 99 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.02 |
| HSL | 57.22º | 0.94% | 0.68% | - |
| HSV(B) | 57.22º | 0.6% | 0.98% | - |
| XYZ | 73.73 | 85.33 | 24.39 | - |
| YUV | 228.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 99 | 0 | 0.03 | 0.60 | 0.02 | 57.22 | 0.94 | 0.68 |
| Hex | FA | F3 | 63 | 0 | 3 | 3C | 2 | 39 | 5E | 44 |
| Octal | 372 | 363 | 143 | 0 | 3 | 74 | 2 | 71 | 136 | 104 |
| Binary | 11111010 | 11110011 | 1100011 | 0 | 11 | 111100 | 10 | 111001 | 1011110 | 1000100 |
Color Harmonies of #FAF363
Complementary color
Monochromatic Colors of #FAF363
Black with #FAF363
Text Example
Text Example
White with #FAF363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF363; }
p { color: rgb(250,243,99); }
H1.HeaderClassName
{
color: #FAF363;
}
.AnyTagClassName
{
color: #FAF363;
}
</style>
background-color css
<style>
a { background-color: #FAF363; }
a { background-color: rgb(250,243,99); }
div.DivClassName
{
background-color: #FAF363;
}
.BgClassName
{
background-color: #FAF363;
}
</style>
border-color css
<style>
span { border-color: #FAF363; }
span { border-color: rgb(250,243,99); }
td.TdClassName
{
border-color: #FAF363;
}
.TagClassName
{
border-color: #FAF363;
}
</style>