Shades of Corn #FAF266
Tints of Corn #FAF266
RGB
CMYK
RGB Variations
Color information
#FAF266 (or 0xFAF266) is known color: Corn. HEX triplet: FA, F2 and 66. RGB value is (250,242,102). Sum of RGB (Red+Green+Blue) = 250+242+102=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 102 (40.23% from 255 or 17.17% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF266 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF266 is #050D99. Grayscale: #E5E5E5. Windows color (decimal): -331162 or 6746874. OLE color: 6746874.
HSL color Cylindrical-coordinate representation of color #FAF266: hue angle of 56.76º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAF266 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 102 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.02 |
| HSL | 56.76º | 0.94% | 0.69% | - |
| HSV(B) | 56.76º | 0.59% | 0.98% | - |
| XYZ | 73.57 | 84.79 | 25.06 | - |
| YUV | 228.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 102 | 0 | 0.03 | 0.59 | 0.02 | 56.76 | 0.94 | 0.69 |
| Hex | FA | F2 | 66 | 0 | 3 | 3B | 2 | 39 | 5E | 45 |
| Octal | 372 | 362 | 146 | 0 | 3 | 73 | 2 | 71 | 136 | 105 |
| Binary | 11111010 | 11110010 | 1100110 | 0 | 11 | 111011 | 10 | 111001 | 1011110 | 1000101 |
Color Harmonies of #FAF266
Complementary color
Monochromatic Colors of #FAF266
Black with #FAF266
Text Example
Text Example
White with #FAF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF266; }
p { color: rgb(250,242,102); }
H1.HeaderClassName
{
color: #FAF266;
}
.AnyTagClassName
{
color: #FAF266;
}
</style>
background-color css
<style>
a { background-color: #FAF266; }
a { background-color: rgb(250,242,102); }
div.DivClassName
{
background-color: #FAF266;
}
.BgClassName
{
background-color: #FAF266;
}
</style>
border-color css
<style>
span { border-color: #FAF266; }
span { border-color: rgb(250,242,102); }
td.TdClassName
{
border-color: #FAF266;
}
.TagClassName
{
border-color: #FAF266;
}
</style>