Html Css Color HEX #FE7E55 Coral

📋 copy color: '#FE7E55'

red 254 ◦ green 126 ◦ blue 85

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

Shades of Coral #FE7E55

Tints of Coral #FE7E55

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.1%

 BLUE value IS 85 (33.59% from 255) = 18.28%

R = 54.62%
G = 27.1%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE7E55 (or 0xFE7E55) is known color: Coral. HEX triplet: FE, 7E and 55. RGB value is (254,126,85). Sum of RGB (Red+Green+Blue) = 254+126+85=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E55 is #0181AA. Grayscale: #9F9F9F. Windows color (decimal): -98731 or 5603070. OLE color: 5603070.

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

Color convert

RGB 254 126 85 -
CMYK 0 0.50 0.67 0.00
HSL 14.56º 0.99% 0.66% -
HSV(B) 14.56º 0.67% 1% -
XYZ 49.97 36.65 13.03 -
YUV 159.6 85.91 195.33 -
System Red Green Blue C M Y K H S L
Decimal 254 126 85 0 0.50 0.67 0.00 14.56 0.99 0.66
Hex FE 7E 55 0 32 43 0 F 63 42
Octal 376 176 125 0 62 103 0 17 143 102
Binary 11111110 1111110 1010101 0 110010 1000011 0 1111 1100011 1000010

Color Harmonies of #FE7E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7E55

Black with #FE7E55

Text Example


Text Example

White with #FE7E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7E55; }

 p { color: rgb(254,126,85); }

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

background-color css

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

 a { background-color: rgb(254,126,85); }

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

border-color css

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

 span { border-color: rgb(254,126,85); }

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