Shades of Yellow Sea #FAA23D
Tints of Yellow Sea #FAA23D
RGB
CMYK
RGB Variations
Color information
#FAA23D (or 0xFAA23D) is known color: Yellow Sea. HEX triplet: FA, A2 and 3D. RGB value is (250,162,61). Sum of RGB (Red+Green+Blue) = 250+162+61=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA23D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA23D is #055DC2. Grayscale: #B1B1B1. Windows color (decimal): -351683 or 4039418. OLE color: 4039418.
HSL color Cylindrical-coordinate representation of color #FAA23D: hue angle of 32.06º 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 #FAA23D is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 61 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.02 |
| HSL | 32.06º | 0.95% | 0.61% | - |
| HSV(B) | 32.06º | 0.76% | 0.98% | - |
| XYZ | 53.19 | 46.5 | 10.59 | - |
| YUV | 176.8 | 62.65 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 61 | 0 | 0.35 | 0.76 | 0.02 | 32.06 | 0.95 | 0.61 |
| Hex | FA | A2 | 3D | 0 | 23 | 4C | 2 | 20 | 5F | 3D |
| Octal | 372 | 242 | 75 | 0 | 43 | 114 | 2 | 40 | 137 | 75 |
| Binary | 11111010 | 10100010 | 111101 | 0 | 100011 | 1001100 | 10 | 100000 | 1011111 | 111101 |
Color Harmonies of #FAA23D
Complementary color
Monochromatic Colors of #FAA23D
Black with #FAA23D
Text Example
Text Example
White with #FAA23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA23D; }
p { color: rgb(250,162,61); }
H1.HeaderClassName
{
color: #FAA23D;
}
.AnyTagClassName
{
color: #FAA23D;
}
</style>
background-color css
<style>
a { background-color: #FAA23D; }
a { background-color: rgb(250,162,61); }
div.DivClassName
{
background-color: #FAA23D;
}
.BgClassName
{
background-color: #FAA23D;
}
</style>
border-color css
<style>
span { border-color: #FAA23D; }
span { border-color: rgb(250,162,61); }
td.TdClassName
{
border-color: #FAA23D;
}
.TagClassName
{
border-color: #FAA23D;
}
</style>