Shades of Corn #FFF35D
Tints of Corn #FFF35D
RGB
CMYK
RGB Variations
Color information
#FFF35D (or 0xFFF35D) is known color: Corn. HEX triplet: FF, F3 and 5D. RGB value is (255,243,93). Sum of RGB (Red+Green+Blue) = 255+243+93=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 93 (36.72% from 255 or 15.74% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF35D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF35D is #000CA2. Grayscale: #E6E6E6. Windows color (decimal): -3235 or 6157311. OLE color: 6157311.
HSL color Cylindrical-coordinate representation of color #FFF35D: hue angle of 55.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFF35D is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 93 | - |
| CMYK | 0 | 0.05 | 0.64 | 0 |
| HSL | 55.56º | 1% | 0.68% | - |
| HSV(B) | 55.56º | 0.64% | 1% | - |
| XYZ | 75.27 | 86.15 | 23.02 | - |
| YUV | 229.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 93 | 0 | 0.05 | 0.64 | 0 | 55.56 | 1 | 0.68 |
| Hex | FF | F3 | 5D | 0 | 5 | 40 | 0 | 38 | 64 | 44 |
| Octal | 377 | 363 | 135 | 0 | 5 | 100 | 0 | 70 | 144 | 104 |
| Binary | 11111111 | 11110011 | 1011101 | 0 | 101 | 1000000 | 0 | 111000 | 1100100 | 1000100 |
Color Harmonies of #FFF35D
Complementary color
Monochromatic Colors of #FFF35D
Black with #FFF35D
Text Example
Text Example
White with #FFF35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF35D; }
p { color: rgb(255,243,93); }
H1.HeaderClassName
{
color: #FFF35D;
}
.AnyTagClassName
{
color: #FFF35D;
}
</style>
background-color css
<style>
a { background-color: #FFF35D; }
a { background-color: rgb(255,243,93); }
div.DivClassName
{
background-color: #FFF35D;
}
.BgClassName
{
background-color: #FFF35D;
}
</style>
border-color css
<style>
span { border-color: #FFF35D; }
span { border-color: rgb(255,243,93); }
td.TdClassName
{
border-color: #FFF35D;
}
.TagClassName
{
border-color: #FFF35D;
}
</style>