Html Css Color HEX #FE7D52 Coral

📋 copy color: '#FE7D52'

red 254 ◦ green 125 ◦ blue 82

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

Shades of Coral #FE7D52

Tints of Coral #FE7D52

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.11%

 BLUE value IS 82 (32.42% from 255) = 17.79%

R = 55.1%
G = 27.11%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FE7D52 (or 0xFE7D52) is known color: Coral. HEX triplet: FE, 7D and 52. RGB value is (254,125,82). Sum of RGB (Red+Green+Blue) = 254+125+82=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D52 is #0182AD. Grayscale: #9E9E9E. Windows color (decimal): -98990 or 5406206. OLE color: 5406206.

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

Color convert

RGB 254 125 82 -
CMYK 0 0.51 0.68 0.00
HSL 15º 0.99% 0.66% -
HSV(B) 15º 0.68% 1% -
XYZ 49.73 36.35 12.38 -
YUV 158.67 84.74 196 -
System Red Green Blue C M Y K H S L
Decimal 254 125 82 0 0.51 0.68 0.00 15 0.99 0.66
Hex FE 7D 52 0 33 44 0 F 63 42
Octal 376 175 122 0 63 104 0 17 143 102
Binary 11111110 1111101 1010010 0 110011 1000100 0 1111 1100011 1000010

Color Harmonies of #FE7D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D52

Black with #FE7D52

Text Example


Text Example

White with #FE7D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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