Shades of Wewak #F9828A
Tints of Wewak #F9828A
RGB
CMYK
RGB Variations
Color information
#F9828A (or 0xF9828A) is known color: Wewak. HEX triplet: F9, 82 and 8A. RGB value is (249,130,138). Sum of RGB (Red+Green+Blue) = 249+130+138=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F9828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9828A is #067D75. Grayscale: #A6A6A6. Windows color (decimal): -425334 or 9077497. OLE color: 9077497.
HSL color Cylindrical-coordinate representation of color #F9828A: hue angle of 355.97º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9828A is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 138 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.02 |
| HSL | 355.97º | 0.91% | 0.74% | - |
| HSV(B) | 355.97º | 0.48% | 0.98% | - |
| XYZ | 51.64 | 37.94 | 28.65 | - |
| YUV | 166.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 138 | 0 | 0.48 | 0.45 | 0.02 | 355.97 | 0.91 | 0.74 |
| Hex | F9 | 82 | 8A | 0 | 30 | 2D | 2 | 164 | 5B | 4A |
| Octal | 371 | 202 | 212 | 0 | 60 | 55 | 2 | 544 | 133 | 112 |
| Binary | 11111001 | 10000010 | 10001010 | 0 | 110000 | 101101 | 10 | 101100100 | 1011011 | 1001010 |
Color Harmonies of #F9828A
Complementary color
Monochromatic Colors of #F9828A
Black with #F9828A
Text Example
Text Example
White with #F9828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9828A; }
p { color: rgb(249,130,138); }
H1.HeaderClassName
{
color: #F9828A;
}
.AnyTagClassName
{
color: #F9828A;
}
</style>
background-color css
<style>
a { background-color: #F9828A; }
a { background-color: rgb(249,130,138); }
div.DivClassName
{
background-color: #F9828A;
}
.BgClassName
{
background-color: #F9828A;
}
</style>
border-color css
<style>
span { border-color: #F9828A; }
span { border-color: rgb(249,130,138); }
td.TdClassName
{
border-color: #F9828A;
}
.TagClassName
{
border-color: #F9828A;
}
</style>