Html Css Color HEX #FE714D Coral

📋 copy color: '#FE714D'

red 254 ◦ green 113 ◦ blue 77

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

Shades of Coral #FE714D

Tints of Coral #FE714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

 BLUE value IS 77 (30.47% from 255) = 17.34%

R = 57.21%
G = 25.45%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE714D (or 0xFE714D) is known color: Coral. HEX triplet: FE, 71 and 4D. RGB value is (254,113,77). Sum of RGB (Red+Green+Blue) = 254+113+77=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE714D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE714D is #018EB2. Grayscale: #979797. Windows color (decimal): -102067 or 5075454. OLE color: 5075454.

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

Color convert

RGB 254 113 77 -
CMYK 0 0.56 0.70 0.00
HSL 12.2º 0.99% 0.65% -
HSV(B) 12.2º 0.7% 1% -
XYZ 48.12 33.42 10.94 -
YUV 151.06 86.21 201.43 -
System Red Green Blue C M Y K H S L
Decimal 254 113 77 0 0.56 0.70 0.00 12.2 0.99 0.65
Hex FE 71 4D 0 38 46 0 C 63 41
Octal 376 161 115 0 70 106 0 14 143 101
Binary 11111110 1110001 1001101 0 111000 1000110 0 1100 1100011 1000001

Color Harmonies of #FE714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE714D

Black with #FE714D

Text Example


Text Example

White with #FE714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE714D; }

 p { color: rgb(254,113,77); }

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

background-color css

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

 a { background-color: rgb(254,113,77); }

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

border-color css

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

 span { border-color: rgb(254,113,77); }

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