Shades of Yellow Sea #FAA33F
Tints of Yellow Sea #FAA33F
RGB
CMYK
RGB Variations
Color information
#FAA33F (or 0xFAA33F) is known color: Yellow Sea. HEX triplet: FA, A3 and 3F. RGB value is (250,163,63). Sum of RGB (Red+Green+Blue) = 250+163+63=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA33F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA33F is #055CC0. Grayscale: #B2B2B2. Windows color (decimal): -351425 or 4170746. OLE color: 4170746.
HSL color Cylindrical-coordinate representation of color #FAA33F: hue angle of 32.09º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FAA33F is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 63 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.02 |
| HSL | 32.09º | 0.95% | 0.61% | - |
| HSV(B) | 32.09º | 0.75% | 0.98% | - |
| XYZ | 53.42 | 46.88 | 10.94 | - |
| YUV | 177.61 | 63.32 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 63 | 0 | 0.35 | 0.75 | 0.02 | 32.09 | 0.95 | 0.61 |
| Hex | FA | A3 | 3F | 0 | 23 | 4B | 2 | 20 | 5F | 3D |
| Octal | 372 | 243 | 77 | 0 | 43 | 113 | 2 | 40 | 137 | 75 |
| Binary | 11111010 | 10100011 | 111111 | 0 | 100011 | 1001011 | 10 | 100000 | 1011111 | 111101 |
Color Harmonies of #FAA33F
Complementary color
Monochromatic Colors of #FAA33F
Black with #FAA33F
Text Example
Text Example
White with #FAA33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA33F; }
p { color: rgb(250,163,63); }
H1.HeaderClassName
{
color: #FAA33F;
}
.AnyTagClassName
{
color: #FAA33F;
}
</style>
background-color css
<style>
a { background-color: #FAA33F; }
a { background-color: rgb(250,163,63); }
div.DivClassName
{
background-color: #FAA33F;
}
.BgClassName
{
background-color: #FAA33F;
}
</style>
border-color css
<style>
span { border-color: #FAA33F; }
span { border-color: rgb(250,163,63); }
td.TdClassName
{
border-color: #FAA33F;
}
.TagClassName
{
border-color: #FAA33F;
}
</style>