Shades of Corn #FAF362
Tints of Corn #FAF362
RGB
CMYK
RGB Variations
Color information
#FAF362 (or 0xFAF362) is known color: Corn. HEX triplet: FA, F3 and 62. RGB value is (250,243,98). Sum of RGB (Red+Green+Blue) = 250+243+98=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 98 (38.67% from 255 or 16.58% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF362 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF362 is #050C9D. Grayscale: #E5E5E5. Windows color (decimal): -330910 or 6484986. OLE color: 6484986.
HSL color Cylindrical-coordinate representation of color #FAF362: hue angle of 57.24º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAF362 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 98 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.02 |
| HSL | 57.24º | 0.94% | 0.68% | - |
| HSV(B) | 57.24º | 0.61% | 0.98% | - |
| XYZ | 73.68 | 85.31 | 24.14 | - |
| YUV | 228.56 | 54.32 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 98 | 0 | 0.03 | 0.61 | 0.02 | 57.24 | 0.94 | 0.68 |
| Hex | FA | F3 | 62 | 0 | 3 | 3D | 2 | 39 | 5E | 44 |
| Octal | 372 | 363 | 142 | 0 | 3 | 75 | 2 | 71 | 136 | 104 |
| Binary | 11111010 | 11110011 | 1100010 | 0 | 11 | 111101 | 10 | 111001 | 1011110 | 1000100 |
Color Harmonies of #FAF362
Complementary color
Monochromatic Colors of #FAF362
Black with #FAF362
Text Example
Text Example
White with #FAF362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF362; }
p { color: rgb(250,243,98); }
H1.HeaderClassName
{
color: #FAF362;
}
.AnyTagClassName
{
color: #FAF362;
}
</style>
background-color css
<style>
a { background-color: #FAF362; }
a { background-color: rgb(250,243,98); }
div.DivClassName
{
background-color: #FAF362;
}
.BgClassName
{
background-color: #FAF362;
}
</style>
border-color css
<style>
span { border-color: #FAF362; }
span { border-color: rgb(250,243,98); }
td.TdClassName
{
border-color: #FAF362;
}
.TagClassName
{
border-color: #FAF362;
}
</style>