Shades of Sunshade #FAA344
Tints of Sunshade #FAA344
RGB
CMYK
RGB Variations
Color information
#FAA344 (or 0xFAA344) is known color: Sunshade. HEX triplet: FA, A3 and 44. RGB value is (250,163,68). Sum of RGB (Red+Green+Blue) = 250+163+68=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA344 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA344 is #055CBB. Grayscale: #B2B2B2. Windows color (decimal): -351420 or 4498426. OLE color: 4498426.
HSL color Cylindrical-coordinate representation of color #FAA344: hue angle of 31.32º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAA344 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 68 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.02 |
| HSL | 31.32º | 0.95% | 0.62% | - |
| HSV(B) | 31.32º | 0.73% | 0.98% | - |
| XYZ | 53.56 | 46.94 | 11.71 | - |
| YUV | 178.18 | 65.82 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 68 | 0 | 0.35 | 0.73 | 0.02 | 31.32 | 0.95 | 0.62 |
| Hex | FA | A3 | 44 | 0 | 23 | 49 | 2 | 1F | 5F | 3E |
| Octal | 372 | 243 | 104 | 0 | 43 | 111 | 2 | 37 | 137 | 76 |
| Binary | 11111010 | 10100011 | 1000100 | 0 | 100011 | 1001001 | 10 | 11111 | 1011111 | 111110 |
Color Harmonies of #FAA344
Complementary color
Monochromatic Colors of #FAA344
Black with #FAA344
Text Example
Text Example
White with #FAA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA344; }
p { color: rgb(250,163,68); }
H1.HeaderClassName
{
color: #FAA344;
}
.AnyTagClassName
{
color: #FAA344;
}
</style>
background-color css
<style>
a { background-color: #FAA344; }
a { background-color: rgb(250,163,68); }
div.DivClassName
{
background-color: #FAA344;
}
.BgClassName
{
background-color: #FAA344;
}
</style>
border-color css
<style>
span { border-color: #FAA344; }
span { border-color: rgb(250,163,68); }
td.TdClassName
{
border-color: #FAA344;
}
.TagClassName
{
border-color: #FAA344;
}
</style>