Html Css Color HEX #FE805D Coral

📋 copy color: '#FE805D'

red 254 ◦ green 128 ◦ blue 93

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

Shades of Coral #FE805D

Tints of Coral #FE805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.58%

R = 53.47%
G = 26.95%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE805D (or 0xFE805D) is known color: Coral. HEX triplet: FE, 80 and 5D. RGB value is (254,128,93). Sum of RGB (Red+Green+Blue) = 254+128+93=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE805D is #017FA2. Grayscale: #A1A1A1. Windows color (decimal): -98211 or 6127870. OLE color: 6127870.

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

Color convert

RGB 254 128 93 -
CMYK 0 0.50 0.63 0.00
HSL 13.04º 0.99% 0.68% -
HSV(B) 13.04º 0.63% 1% -
XYZ 50.57 37.3 14.89 -
YUV 161.68 89.24 193.85 -
System Red Green Blue C M Y K H S L
Decimal 254 128 93 0 0.50 0.63 0.00 13.04 0.99 0.68
Hex FE 80 5D 0 32 3F 0 D 63 44
Octal 376 200 135 0 62 77 0 15 143 104
Binary 11111110 10000000 1011101 0 110010 111111 0 1101 1100011 1000100

Color Harmonies of #FE805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE805D

Black with #FE805D

Text Example


Text Example

White with #FE805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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