Html Css Color HEX #FE8050 Coral

📋 copy color: '#FE8050'

red 254 ◦ green 128 ◦ blue 80

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

Shades of Coral #FE8050

Tints of Coral #FE8050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.32%

R = 54.98%
G = 27.71%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE8050 (or 0xFE8050) is known color: Coral. HEX triplet: FE, 80 and 50. RGB value is (254,128,80). Sum of RGB (Red+Green+Blue) = 254+128+80=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8050 is #017FAF. Grayscale: #A0A0A0. Windows color (decimal): -98224 or 5275902. OLE color: 5275902.

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

Color convert

RGB 254 128 80 -
CMYK 0 0.50 0.69 0.00
HSL 16.55º 0.99% 0.65% -
HSV(B) 16.55º 0.69% 1% -
XYZ 50.04 37.09 12.11 -
YUV 160.2 82.74 194.9 -
System Red Green Blue C M Y K H S L
Decimal 254 128 80 0 0.50 0.69 0.00 16.55 0.99 0.65
Hex FE 80 50 0 32 45 0 11 63 41
Octal 376 200 120 0 62 105 0 21 143 101
Binary 11111110 10000000 1010000 0 110010 1000101 0 10001 1100011 1000001

Color Harmonies of #FE8050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8050

Black with #FE8050

Text Example


Text Example

White with #FE8050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8050; }

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

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

background-color css

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

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

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

border-color css

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

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

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