Shades of Corn #FFF367
Tints of Corn #FFF367
RGB
CMYK
RGB Variations
Color information
#FFF367 (or 0xFFF367) is known color: Corn. HEX triplet: FF, F3 and 67. RGB value is (255,243,103). Sum of RGB (Red+Green+Blue) = 255+243+103=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 103 (40.62% from 255 or 17.14% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF367 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF367 is #000C98. Grayscale: #E7E7E7. Windows color (decimal): -3225 or 6812671. OLE color: 6812671.
HSL color Cylindrical-coordinate representation of color #FFF367: hue angle of 55.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFF367 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 103 | - |
| CMYK | 0 | 0.05 | 0.60 | 0 |
| HSL | 55.26º | 1% | 0.7% | - |
| HSV(B) | 55.26º | 0.6% | 1% | - |
| XYZ | 75.74 | 86.34 | 25.51 | - |
| YUV | 230.63 | 55.98 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 103 | 0 | 0.05 | 0.60 | 0 | 55.26 | 1 | 0.7 |
| Hex | FF | F3 | 67 | 0 | 5 | 3C | 0 | 37 | 64 | 46 |
| Octal | 377 | 363 | 147 | 0 | 5 | 74 | 0 | 67 | 144 | 106 |
| Binary | 11111111 | 11110011 | 1100111 | 0 | 101 | 111100 | 0 | 110111 | 1100100 | 1000110 |
Color Harmonies of #FFF367
Complementary color
Monochromatic Colors of #FFF367
Black with #FFF367
Text Example
Text Example
White with #FFF367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF367; }
p { color: rgb(255,243,103); }
H1.HeaderClassName
{
color: #FFF367;
}
.AnyTagClassName
{
color: #FFF367;
}
</style>
background-color css
<style>
a { background-color: #FFF367; }
a { background-color: rgb(255,243,103); }
div.DivClassName
{
background-color: #FFF367;
}
.BgClassName
{
background-color: #FFF367;
}
</style>
border-color css
<style>
span { border-color: #FFF367; }
span { border-color: rgb(255,243,103); }
td.TdClassName
{
border-color: #FFF367;
}
.TagClassName
{
border-color: #FFF367;
}
</style>