Shades of Corn #FCF35A
Tints of Corn #FCF35A
RGB
CMYK
RGB Variations
Color information
#FCF35A (or 0xFCF35A) is known color: Corn. HEX triplet: FC, F3 and 5A. RGB value is (252,243,90). Sum of RGB (Red+Green+Blue) = 252+243+90=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 90 (35.55% from 255 or 15.38% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF35A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF35A is #030CA5. Grayscale: #E4E4E4. Windows color (decimal): -199846 or 5960700. OLE color: 5960700.
HSL color Cylindrical-coordinate representation of color #FCF35A: hue angle of 56.67º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCF35A is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 90 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.01 |
| HSL | 56.67º | 0.96% | 0.67% | - |
| HSV(B) | 56.67º | 0.64% | 0.99% | - |
| XYZ | 74.04 | 85.53 | 22.28 | - |
| YUV | 228.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 90 | 0 | 0.04 | 0.64 | 0.01 | 56.67 | 0.96 | 0.67 |
| Hex | FC | F3 | 5A | 0 | 4 | 40 | 1 | 39 | 60 | 43 |
| Octal | 374 | 363 | 132 | 0 | 4 | 100 | 1 | 71 | 140 | 103 |
| Binary | 11111100 | 11110011 | 1011010 | 0 | 100 | 1000000 | 1 | 111001 | 1100000 | 1000011 |
Color Harmonies of #FCF35A
Complementary color
Monochromatic Colors of #FCF35A
Black with #FCF35A
Text Example
Text Example
White with #FCF35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF35A; }
p { color: rgb(252,243,90); }
H1.HeaderClassName
{
color: #FCF35A;
}
.AnyTagClassName
{
color: #FCF35A;
}
</style>
background-color css
<style>
a { background-color: #FCF35A; }
a { background-color: rgb(252,243,90); }
div.DivClassName
{
background-color: #FCF35A;
}
.BgClassName
{
background-color: #FCF35A;
}
</style>
border-color css
<style>
span { border-color: #FCF35A; }
span { border-color: rgb(252,243,90); }
td.TdClassName
{
border-color: #FCF35A;
}
.TagClassName
{
border-color: #FCF35A;
}
</style>