Shades of Wild Watermelon #FE525C
Tints of Wild Watermelon #FE525C
RGB
CMYK
RGB Variations
Color information
#FE525C (or 0xFE525C) is known color: Wild Watermelon. HEX triplet: FE, 52 and 5C. RGB value is (254,82,92). Sum of RGB (Red+Green+Blue) = 254+82+92=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE525C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE525C is #01ADA3. Grayscale: #868686. Windows color (decimal): -109988 or 6050558. OLE color: 6050558.
HSL color Cylindrical-coordinate representation of color #FE525C: hue angle of 356.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE525C is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 92 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.00 |
| HSL | 356.51º | 0.99% | 0.66% | - |
| HSV(B) | 356.51º | 0.68% | 1% | - |
| XYZ | 45.82 | 27.88 | 13.09 | - |
| YUV | 134.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 92 | 0 | 0.68 | 0.64 | 0.00 | 356.51 | 0.99 | 0.66 |
| Hex | FE | 52 | 5C | 0 | 44 | 40 | 0 | 165 | 63 | 42 |
| Octal | 376 | 122 | 134 | 0 | 104 | 100 | 0 | 545 | 143 | 102 |
| Binary | 11111110 | 1010010 | 1011100 | 0 | 1000100 | 1000000 | 0 | 101100101 | 1100011 | 1000010 |
Color Harmonies of #FE525C
Complementary color
Monochromatic Colors of #FE525C
Black with #FE525C
Text Example
Text Example
White with #FE525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE525C; }
p { color: rgb(254,82,92); }
H1.HeaderClassName
{
color: #FE525C;
}
.AnyTagClassName
{
color: #FE525C;
}
</style>
background-color css
<style>
a { background-color: #FE525C; }
a { background-color: rgb(254,82,92); }
div.DivClassName
{
background-color: #FE525C;
}
.BgClassName
{
background-color: #FE525C;
}
</style>
border-color css
<style>
span { border-color: #FE525C; }
span { border-color: rgb(254,82,92); }
td.TdClassName
{
border-color: #FE525C;
}
.TagClassName
{
border-color: #FE525C;
}
</style>