Shades of Corn #FFF35F
Tints of Corn #FFF35F
RGB
CMYK
RGB Variations
Color information
#FFF35F (or 0xFFF35F) is known color: Corn. HEX triplet: FF, F3 and 5F. RGB value is (255,243,95). Sum of RGB (Red+Green+Blue) = 255+243+95=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 95 (37.5% from 255 or 16.02% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF35F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF35F is #000CA0. Grayscale: #E6E6E6. Windows color (decimal): -3233 or 6288383. OLE color: 6288383.
HSL color Cylindrical-coordinate representation of color #FFF35F: hue angle of 55.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFF35F is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 95 | - |
| CMYK | 0 | 0.05 | 0.63 | 0 |
| HSL | 55.5º | 1% | 0.69% | - |
| HSV(B) | 55.5º | 0.63% | 1% | - |
| XYZ | 75.36 | 86.19 | 23.49 | - |
| YUV | 229.72 | 51.98 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 95 | 0 | 0.05 | 0.63 | 0 | 55.5 | 1 | 0.69 |
| Hex | FF | F3 | 5F | 0 | 5 | 3F | 0 | 38 | 64 | 45 |
| Octal | 377 | 363 | 137 | 0 | 5 | 77 | 0 | 70 | 144 | 105 |
| Binary | 11111111 | 11110011 | 1011111 | 0 | 101 | 111111 | 0 | 111000 | 1100100 | 1000101 |
Color Harmonies of #FFF35F
Complementary color
Monochromatic Colors of #FFF35F
Black with #FFF35F
Text Example
Text Example
White with #FFF35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF35F; }
p { color: rgb(255,243,95); }
H1.HeaderClassName
{
color: #FFF35F;
}
.AnyTagClassName
{
color: #FFF35F;
}
</style>
background-color css
<style>
a { background-color: #FFF35F; }
a { background-color: rgb(255,243,95); }
div.DivClassName
{
background-color: #FFF35F;
}
.BgClassName
{
background-color: #FFF35F;
}
</style>
border-color css
<style>
span { border-color: #FFF35F; }
span { border-color: rgb(255,243,95); }
td.TdClassName
{
border-color: #FFF35F;
}
.TagClassName
{
border-color: #FFF35F;
}
</style>