Shades of Yellow Sea #F6A440
Tints of Yellow Sea #F6A440
RGB
CMYK
RGB Variations
Color information
#F6A440 (or 0xF6A440) is known color: Yellow Sea. HEX triplet: F6, A4 and 40. RGB value is (246,164,64). Sum of RGB (Red+Green+Blue) = 246+164+64=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A440 is #095BBF. Grayscale: #B1B1B1. Windows color (decimal): -613312 or 4236534. OLE color: 4236534.
HSL color Cylindrical-coordinate representation of color #F6A440: hue angle of 32.97º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6A440 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 64 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.04 |
| HSL | 32.97º | 0.91% | 0.61% | - |
| HSV(B) | 32.97º | 0.74% | 0.96% | - |
| XYZ | 52.21 | 46.51 | 11.08 | - |
| YUV | 177.12 | 64.17 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 64 | 0 | 0.33 | 0.74 | 0.04 | 32.97 | 0.91 | 0.61 |
| Hex | F6 | A4 | 40 | 0 | 21 | 4A | 4 | 21 | 5B | 3D |
| Octal | 366 | 244 | 100 | 0 | 41 | 112 | 4 | 41 | 133 | 75 |
| Binary | 11110110 | 10100100 | 1000000 | 0 | 100001 | 1001010 | 100 | 100001 | 1011011 | 111101 |
Color Harmonies of #F6A440
Complementary color
Monochromatic Colors of #F6A440
Black with #F6A440
Text Example
Text Example
White with #F6A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A440; }
p { color: rgb(246,164,64); }
H1.HeaderClassName
{
color: #F6A440;
}
.AnyTagClassName
{
color: #F6A440;
}
</style>
background-color css
<style>
a { background-color: #F6A440; }
a { background-color: rgb(246,164,64); }
div.DivClassName
{
background-color: #F6A440;
}
.BgClassName
{
background-color: #F6A440;
}
</style>
border-color css
<style>
span { border-color: #F6A440; }
span { border-color: rgb(246,164,64); }
td.TdClassName
{
border-color: #F6A440;
}
.TagClassName
{
border-color: #F6A440;
}
</style>