Html Css Color HEX #FE805A Coral

📋 copy color: '#FE805A'

red 254 ◦ green 128 ◦ blue 90

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

Shades of Coral #FE805A

Tints of Coral #FE805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.07%

R = 53.81%
G = 27.12%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE805A (or 0xFE805A) is known color: Coral. HEX triplet: FE, 80 and 5A. RGB value is (254,128,90). Sum of RGB (Red+Green+Blue) = 254+128+90=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE805A is #017FA5. Grayscale: #A1A1A1. Windows color (decimal): -98214 or 5931262. OLE color: 5931262.

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

Color convert

RGB 254 128 90 -
CMYK 0 0.50 0.65 0.00
HSL 13.9º 0.99% 0.67% -
HSV(B) 13.9º 0.65% 1% -
XYZ 50.44 37.25 14.2 -
YUV 161.34 87.74 194.09 -
System Red Green Blue C M Y K H S L
Decimal 254 128 90 0 0.50 0.65 0.00 13.9 0.99 0.67
Hex FE 80 5A 0 32 41 0 E 63 43
Octal 376 200 132 0 62 101 0 16 143 103
Binary 11111110 10000000 1011010 0 110010 1000001 0 1110 1100011 1000011

Color Harmonies of #FE805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE805A

Black with #FE805A

Text Example


Text Example

White with #FE805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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