Html Css Color HEX #FE525D Wild Watermelon

📋 copy color: '#FE525D'

red 254 ◦ green 82 ◦ blue 93

#FE525D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #FE525D

Tints of Wild Watermelon #FE525D

RGB

 RED value IS 254 (99.61% from 255) = 59.21%

 GREEN value IS 82 (32.42% from 255) = 19.11%

 BLUE value IS 93 (36.72% from 255) = 21.68%

R = 59.21%
G = 19.11%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FE525D (or 0xFE525D) is known color: Wild Watermelon. HEX triplet: FE, 52 and 5D. RGB value is (254,82,93). Sum of RGB (Red+Green+Blue) = 254+82+93=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE525D is #01ADA2. Grayscale: #868686. Windows color (decimal): -109987 or 6116094. OLE color: 6116094.

HSL color Cylindrical-coordinate representation of color #FE525D: hue angle of 356.16º 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 #FE525D is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 82 93 -
CMYK 0 0.68 0.63 0.00
HSL 356.16º 0.99% 0.66% -
HSV(B) 356.16º 0.68% 1% -
XYZ 45.87 27.9 13.32 -
YUV 134.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 254 82 93 0 0.68 0.63 0.00 356.16 0.99 0.66
Hex FE 52 5D 0 44 3F 0 164 63 42
Octal 376 122 135 0 104 77 0 544 143 102
Binary 11111110 1010010 1011101 0 1000100 111111 0 101100100 1100011 1000010

Color Harmonies of #FE525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE525D

Black with #FE525D

Text Example


Text Example

White with #FE525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE525D; }

 p { color: rgb(254,82,93); }

 H1.HeaderClassName
 {
   color: #FE525D;
 }
 .AnyTagClassName
 {
   color: #FE525D;
 }
</style>

background-color css

<style>
 a { background-color: #FE525D; }

 a { background-color: rgb(254,82,93); }

 div.DivClassName
 {
   background-color: #FE525D;
 }
 .BgClassName
 {
   background-color: #FE525D;
 }
</style>

border-color css

<style>
 span { border-color: #FE525D; }

 span { border-color: rgb(254,82,93); }

 td.TdClassName
 {
   border-color: #FE525D;
 }
 .TagClassName
 {
   border-color: #FE525D;
 }
</style>