Html Css Color HEX #FE7D56 Coral

📋 copy color: '#FE7D56'

red 254 ◦ green 125 ◦ blue 86

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

Shades of Coral #FE7D56

Tints of Coral #FE7D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.49%

R = 54.62%
G = 26.88%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FE7D56 (or 0xFE7D56) is known color: Coral. HEX triplet: FE, 7D and 56. RGB value is (254,125,86). Sum of RGB (Red+Green+Blue) = 254+125+86=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D56 is #0182A9. Grayscale: #9F9F9F. Windows color (decimal): -98986 or 5668350. OLE color: 5668350.

HSL color Cylindrical-coordinate representation of color #FE7D56: hue angle of 13.93º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE7D56 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 125 86 -
CMYK 0 0.51 0.66 0.00
HSL 13.93º 0.99% 0.67% -
HSV(B) 13.93º 0.66% 1% -
XYZ 49.89 36.41 13.2 -
YUV 159.13 86.74 195.67 -
System Red Green Blue C M Y K H S L
Decimal 254 125 86 0 0.51 0.66 0.00 13.93 0.99 0.67
Hex FE 7D 56 0 33 42 0 E 63 43
Octal 376 175 126 0 63 102 0 16 143 103
Binary 11111110 1111101 1010110 0 110011 1000010 0 1110 1100011 1000011

Color Harmonies of #FE7D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D56

Black with #FE7D56

Text Example


Text Example

White with #FE7D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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