Shades of Yellow Sea #FAA039
Tints of Yellow Sea #FAA039
RGB
CMYK
RGB Variations
Color information
#FAA039 (or 0xFAA039) is known color: Yellow Sea. HEX triplet: FA, A0 and 39. RGB value is (250,160,57). Sum of RGB (Red+Green+Blue) = 250+160+57=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 57 (22.66% from 255 or 12.21% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA039 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA039 is #055FC6. Grayscale: #AFAFAF. Windows color (decimal): -352199 or 3776762. OLE color: 3776762.
HSL color Cylindrical-coordinate representation of color #FAA039: hue angle of 32.02º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAA039 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 57 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.02 |
| HSL | 32.02º | 0.95% | 0.6% | - |
| HSV(B) | 32.02º | 0.77% | 0.98% | - |
| XYZ | 52.73 | 45.76 | 9.92 | - |
| YUV | 175.17 | 61.32 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 57 | 0 | 0.36 | 0.77 | 0.02 | 32.02 | 0.95 | 0.6 |
| Hex | FA | A0 | 39 | 0 | 24 | 4D | 2 | 20 | 5F | 3C |
| Octal | 372 | 240 | 71 | 0 | 44 | 115 | 2 | 40 | 137 | 74 |
| Binary | 11111010 | 10100000 | 111001 | 0 | 100100 | 1001101 | 10 | 100000 | 1011111 | 111100 |
Color Harmonies of #FAA039
Complementary color
Monochromatic Colors of #FAA039
Black with #FAA039
Text Example
Text Example
White with #FAA039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA039; }
p { color: rgb(250,160,57); }
H1.HeaderClassName
{
color: #FAA039;
}
.AnyTagClassName
{
color: #FAA039;
}
</style>
background-color css
<style>
a { background-color: #FAA039; }
a { background-color: rgb(250,160,57); }
div.DivClassName
{
background-color: #FAA039;
}
.BgClassName
{
background-color: #FAA039;
}
</style>
border-color css
<style>
span { border-color: #FAA039; }
span { border-color: rgb(250,160,57); }
td.TdClassName
{
border-color: #FAA039;
}
.TagClassName
{
border-color: #FAA039;
}
</style>