Shades of Wewak #FA8792
Tints of Wewak #FA8792
RGB
CMYK
RGB Variations
Color information
#FA8792 (or 0xFA8792) is known color: Wewak. HEX triplet: FA, 87 and 92. RGB value is (250,135,146). Sum of RGB (Red+Green+Blue) = 250+135+146=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8792 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8792 is #05786D. Grayscale: #AAAAAA. Windows color (decimal): -358510 or 9603066. OLE color: 9603066.
HSL color Cylindrical-coordinate representation of color #FA8792: hue angle of 354.26º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA8792 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 146 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.02 |
| HSL | 354.26º | 0.92% | 0.75% | - |
| HSV(B) | 354.26º | 0.46% | 0.98% | - |
| XYZ | 53.28 | 39.73 | 32.05 | - |
| YUV | 170.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 146 | 0 | 0.46 | 0.42 | 0.02 | 354.26 | 0.92 | 0.75 |
| Hex | FA | 87 | 92 | 0 | 2E | 2A | 2 | 162 | 5C | 4B |
| Octal | 372 | 207 | 222 | 0 | 56 | 52 | 2 | 542 | 134 | 113 |
| Binary | 11111010 | 10000111 | 10010010 | 0 | 101110 | 101010 | 10 | 101100010 | 1011100 | 1001011 |
Color Harmonies of #FA8792
Complementary color
Monochromatic Colors of #FA8792
Black with #FA8792
Text Example
Text Example
White with #FA8792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8792; }
p { color: rgb(250,135,146); }
H1.HeaderClassName
{
color: #FA8792;
}
.AnyTagClassName
{
color: #FA8792;
}
</style>
background-color css
<style>
a { background-color: #FA8792; }
a { background-color: rgb(250,135,146); }
div.DivClassName
{
background-color: #FA8792;
}
.BgClassName
{
background-color: #FA8792;
}
</style>
border-color css
<style>
span { border-color: #FA8792; }
span { border-color: rgb(250,135,146); }
td.TdClassName
{
border-color: #FA8792;
}
.TagClassName
{
border-color: #FA8792;
}
</style>