Shades of Yellow Sea #F4A440
Tints of Yellow Sea #F4A440
RGB
CMYK
RGB Variations
Color information
#F4A440 (or 0xF4A440) is known color: Yellow Sea. HEX triplet: F4, A4 and 40. RGB value is (244,164,64). Sum of RGB (Red+Green+Blue) = 244+164+64=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A440 is #0B5BBF. Grayscale: #B0B0B0. Windows color (decimal): -744384 or 4236532. OLE color: 4236532.
HSL color Cylindrical-coordinate representation of color #F4A440: hue angle of 33.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4A440 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 64 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.04 |
| HSL | 33.33º | 0.89% | 0.6% | - |
| HSV(B) | 33.33º | 0.74% | 0.96% | - |
| XYZ | 51.51 | 46.15 | 11.04 | - |
| YUV | 176.52 | 64.5 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 64 | 0 | 0.33 | 0.74 | 0.04 | 33.33 | 0.89 | 0.6 |
| Hex | F4 | A4 | 40 | 0 | 21 | 4A | 4 | 21 | 59 | 3C |
| Octal | 364 | 244 | 100 | 0 | 41 | 112 | 4 | 41 | 131 | 74 |
| Binary | 11110100 | 10100100 | 1000000 | 0 | 100001 | 1001010 | 100 | 100001 | 1011001 | 111100 |
Color Harmonies of #F4A440
Complementary color
Monochromatic Colors of #F4A440
Black with #F4A440
Text Example
Text Example
White with #F4A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A440; }
p { color: rgb(244,164,64); }
H1.HeaderClassName
{
color: #F4A440;
}
.AnyTagClassName
{
color: #F4A440;
}
</style>
background-color css
<style>
a { background-color: #F4A440; }
a { background-color: rgb(244,164,64); }
div.DivClassName
{
background-color: #F4A440;
}
.BgClassName
{
background-color: #F4A440;
}
</style>
border-color css
<style>
span { border-color: #F4A440; }
span { border-color: rgb(244,164,64); }
td.TdClassName
{
border-color: #F4A440;
}
.TagClassName
{
border-color: #F4A440;
}
</style>