Html Css Color HEX #FE8150 Coral

📋 copy color: '#FE8150'

red 254 ◦ green 129 ◦ blue 80

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

Shades of Coral #FE8150

Tints of Coral #FE8150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.86%

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

R = 54.86%
G = 27.86%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE8150 (or 0xFE8150) is known color: Coral. HEX triplet: FE, 81 and 50. RGB value is (254,129,80). Sum of RGB (Red+Green+Blue) = 254+129+80=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8150 is #017EAF. Grayscale: #A1A1A1. Windows color (decimal): -97968 or 5276158. OLE color: 5276158.

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

Color convert

RGB 254 129 80 -
CMYK 0 0.49 0.69 0.00
HSL 16.9º 0.99% 0.65% -
HSV(B) 16.9º 0.69% 1% -
XYZ 50.17 37.35 12.15 -
YUV 160.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 254 129 80 0 0.49 0.69 0.00 16.9 0.99 0.65
Hex FE 81 50 0 31 45 0 11 63 41
Octal 376 201 120 0 61 105 0 21 143 101
Binary 11111110 10000001 1010000 0 110001 1000101 0 10001 1100011 1000001

Color Harmonies of #FE8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8150

Black with #FE8150

Text Example


Text Example

White with #FE8150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8150; }

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

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

background-color css

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

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

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

border-color css

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

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

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