Shades of Yellow Sea #FAA03D
Tints of Yellow Sea #FAA03D
RGB
CMYK
RGB Variations
Color information
#FAA03D (or 0xFAA03D) is known color: Yellow Sea. HEX triplet: FA, A0 and 3D. RGB value is (250,160,61). Sum of RGB (Red+Green+Blue) = 250+160+61=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA03D is #055FC2. Grayscale: #B0B0B0. Windows color (decimal): -352195 or 4038906. OLE color: 4038906.
HSL color Cylindrical-coordinate representation of color #FAA03D: hue angle of 31.43º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAA03D is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 61 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.02 |
| HSL | 31.43º | 0.95% | 0.61% | - |
| HSV(B) | 31.43º | 0.76% | 0.98% | - |
| XYZ | 52.84 | 45.8 | 10.47 | - |
| YUV | 175.62 | 63.32 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 61 | 0 | 0.36 | 0.76 | 0.02 | 31.43 | 0.95 | 0.61 |
| Hex | FA | A0 | 3D | 0 | 24 | 4C | 2 | 1F | 5F | 3D |
| Octal | 372 | 240 | 75 | 0 | 44 | 114 | 2 | 37 | 137 | 75 |
| Binary | 11111010 | 10100000 | 111101 | 0 | 100100 | 1001100 | 10 | 11111 | 1011111 | 111101 |
Color Harmonies of #FAA03D
Complementary color
Monochromatic Colors of #FAA03D
Black with #FAA03D
Text Example
Text Example
White with #FAA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA03D; }
p { color: rgb(250,160,61); }
H1.HeaderClassName
{
color: #FAA03D;
}
.AnyTagClassName
{
color: #FAA03D;
}
</style>
background-color css
<style>
a { background-color: #FAA03D; }
a { background-color: rgb(250,160,61); }
div.DivClassName
{
background-color: #FAA03D;
}
.BgClassName
{
background-color: #FAA03D;
}
</style>
border-color css
<style>
span { border-color: #FAA03D; }
span { border-color: rgb(250,160,61); }
td.TdClassName
{
border-color: #FAA03D;
}
.TagClassName
{
border-color: #FAA03D;
}
</style>