Html Css Color HEX #FE7D4C Coral

📋 copy color: '#FE7D4C'

red 254 ◦ green 125 ◦ blue 76

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

Shades of Coral #FE7D4C

Tints of Coral #FE7D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.7%

R = 55.82%
G = 27.47%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE7D4C (or 0xFE7D4C) is known color: Coral. HEX triplet: FE, 7D and 4C. RGB value is (254,125,76). Sum of RGB (Red+Green+Blue) = 254+125+76=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7D4C is #0182B3. Grayscale: #9E9E9E. Windows color (decimal): -98996 or 5012990. OLE color: 5012990.

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

Color convert

RGB 254 125 76 -
CMYK 0 0.51 0.70 0.00
HSL 16.52º 0.99% 0.65% -
HSV(B) 16.52º 0.7% 1% -
XYZ 49.51 36.26 11.23 -
YUV 157.99 81.74 196.48 -
System Red Green Blue C M Y K H S L
Decimal 254 125 76 0 0.51 0.70 0.00 16.52 0.99 0.65
Hex FE 7D 4C 0 33 46 0 11 63 41
Octal 376 175 114 0 63 106 0 21 143 101
Binary 11111110 1111101 1001100 0 110011 1000110 0 10001 1100011 1000001

Color Harmonies of #FE7D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D4C

Black with #FE7D4C

Text Example


Text Example

White with #FE7D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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