Html Css Color HEX #FE805B Coral

📋 copy color: '#FE805B'

red 254 ◦ green 128 ◦ blue 91

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

Shades of Coral #FE805B

Tints of Coral #FE805B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.24%

R = 53.7%
G = 27.06%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE805B (or 0xFE805B) is known color: Coral. HEX triplet: FE, 80 and 5B. RGB value is (254,128,91). Sum of RGB (Red+Green+Blue) = 254+128+91=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE805B is #017FA4. Grayscale: #A1A1A1. Windows color (decimal): -98213 or 5996798. OLE color: 5996798.

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

Color convert

RGB 254 128 91 -
CMYK 0 0.50 0.64 0.00
HSL 13.62º 0.99% 0.68% -
HSV(B) 13.62º 0.64% 1% -
XYZ 50.48 37.26 14.43 -
YUV 161.46 88.24 194.01 -
System Red Green Blue C M Y K H S L
Decimal 254 128 91 0 0.50 0.64 0.00 13.62 0.99 0.68
Hex FE 80 5B 0 32 40 0 E 63 44
Octal 376 200 133 0 62 100 0 16 143 104
Binary 11111110 10000000 1011011 0 110010 1000000 0 1110 1100011 1000100

Color Harmonies of #FE805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE805B

Black with #FE805B

Text Example


Text Example

White with #FE805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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