Html Css Color HEX #FE8054 Coral

📋 copy color: '#FE8054'

red 254 ◦ green 128 ◦ blue 84

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

Shades of Coral #FE8054

Tints of Coral #FE8054

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.47%

 BLUE value IS 84 (33.2% from 255) = 18.03%

R = 54.51%
G = 27.47%
B = 18.03%

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

#FE8054 (or 0xFE8054) is known color: Coral. HEX triplet: FE, 80 and 54. RGB value is (254,128,84). Sum of RGB (Red+Green+Blue) = 254+128+84=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8054 is #017FAB. Grayscale: #A0A0A0. Windows color (decimal): -98220 or 5538046. OLE color: 5538046.

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

Color convert

RGB 254 128 84 -
CMYK 0 0.50 0.67 0.00
HSL 15.53º 0.99% 0.66% -
HSV(B) 15.53º 0.67% 1% -
XYZ 50.19 37.15 12.91 -
YUV 160.66 84.74 194.58 -
System Red Green Blue C M Y K H S L
Decimal 254 128 84 0 0.50 0.67 0.00 15.53 0.99 0.66
Hex FE 80 54 0 32 43 0 10 63 42
Octal 376 200 124 0 62 103 0 20 143 102
Binary 11111110 10000000 1010100 0 110010 1000011 0 10000 1100011 1000010

Color Harmonies of #FE8054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8054

Black with #FE8054

Text Example


Text Example

White with #FE8054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8054; }

 p { color: rgb(254,128,84); }

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

background-color css

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

 a { background-color: rgb(254,128,84); }

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

border-color css

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

 span { border-color: rgb(254,128,84); }

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