Shades of Light Salmon #FAA67B
Tints of Light Salmon #FAA67B
RGB
CMYK
RGB Variations
Color information
#FAA67B (or 0xFAA67B) is known color: Light Salmon. HEX triplet: FA, A6 and 7B. RGB value is (250,166,123). Sum of RGB (Red+Green+Blue) = 250+166+123=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA67B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA67B is #055984. Grayscale: #BABABA. Windows color (decimal): -350597 or 8103674. OLE color: 8103674.
HSL color Cylindrical-coordinate representation of color #FAA67B: hue angle of 20.31º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAA67B is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 166 | 123 | - |
CMYK | 0 | 0.34 | 0.51 | 0.02 |
HSL | 20.31º | 0.93% | 0.73% | - |
HSV(B) | 20.31º | 0.51% | 0.98% | - |
XYZ | 56.64 | 49.03 | 25.22 | - |
YUV | 186.21 | 92.33 | 173.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 166 | 123 | 0 | 0.34 | 0.51 | 0.02 | 20.31 | 0.93 | 0.73 |
Hex | FA | A6 | 7B | 0 | 22 | 33 | 2 | 14 | 5D | 49 |
Octal | 372 | 246 | 173 | 0 | 42 | 63 | 2 | 24 | 135 | 111 |
Binary | 11111010 | 10100110 | 1111011 | 0 | 100010 | 110011 | 10 | 10100 | 1011101 | 1001001 |
Color Harmonies of #FAA67B
Complementary color
Monochromatic Colors of #FAA67B
Black with #FAA67B
Text Example
Text Example
White with #FAA67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA67B; }
p { color: rgb(250,166,123); }
H1.HeaderClassName
{
color: #FAA67B;
}
.AnyTagClassName
{
color: #FAA67B;
}
</style>
background-color css
<style>
a { background-color: #FAA67B; }
a { background-color: rgb(250,166,123); }
div.DivClassName
{
background-color: #FAA67B;
}
.BgClassName
{
background-color: #FAA67B;
}
</style>
border-color css
<style>
span { border-color: #FAA67B; }
span { border-color: rgb(250,166,123); }
td.TdClassName
{
border-color: #FAA67B;
}
.TagClassName
{
border-color: #FAA67B;
}
</style>