Shades of Sweet Corn #FADF74
Tints of Sweet Corn #FADF74
RGB
CMYK
RGB Variations
Color information
#FADF74 (or 0xFADF74) is known color: Sweet Corn. HEX triplet: FA, DF and 74. RGB value is (250,223,116). Sum of RGB (Red+Green+Blue) = 250+223+116=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 116 (45.70% from 255 or 19.69% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF74 is #05208B. Grayscale: #DBDBDB. Windows color (decimal): -336012 or 7659514. OLE color: 7659514.
HSL color Cylindrical-coordinate representation of color #FADF74: hue angle of 47.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FADF74 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 116 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.02 |
| HSL | 47.91º | 0.93% | 0.72% | - |
| HSV(B) | 47.91º | 0.54% | 0.98% | - |
| XYZ | 68.96 | 74.36 | 27.24 | - |
| YUV | 218.88 | 69.95 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 116 | 0 | 0.11 | 0.54 | 0.02 | 47.91 | 0.93 | 0.72 |
| Hex | FA | DF | 74 | 0 | B | 36 | 2 | 30 | 5D | 48 |
| Octal | 372 | 337 | 164 | 0 | 13 | 66 | 2 | 60 | 135 | 110 |
| Binary | 11111010 | 11011111 | 1110100 | 0 | 1011 | 110110 | 10 | 110000 | 1011101 | 1001000 |
Color Harmonies of #FADF74
Complementary color
Monochromatic Colors of #FADF74
Black with #FADF74
Text Example
Text Example
White with #FADF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF74; }
p { color: rgb(250,223,116); }
H1.HeaderClassName
{
color: #FADF74;
}
.AnyTagClassName
{
color: #FADF74;
}
</style>
background-color css
<style>
a { background-color: #FADF74; }
a { background-color: rgb(250,223,116); }
div.DivClassName
{
background-color: #FADF74;
}
.BgClassName
{
background-color: #FADF74;
}
</style>
border-color css
<style>
span { border-color: #FADF74; }
span { border-color: rgb(250,223,116); }
td.TdClassName
{
border-color: #FADF74;
}
.TagClassName
{
border-color: #FADF74;
}
</style>