Html Css Color HEX #FE805E Coral

📋 copy color: '#FE805E'

red 254 ◦ green 128 ◦ blue 94

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

Shades of Coral #FE805E

Tints of Coral #FE805E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.75%

R = 53.36%
G = 26.89%
B = 19.75%

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

#FE805E (or 0xFE805E) is known color: Coral. HEX triplet: FE, 80 and 5E. RGB value is (254,128,94). Sum of RGB (Red+Green+Blue) = 254+128+94=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE805E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE805E is #017FA1. Grayscale: #A2A2A2. Windows color (decimal): -98210 or 6193406. OLE color: 6193406.

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

Color convert

RGB 254 128 94 -
CMYK 0 0.50 0.63 0.00
HSL 12.75º 0.99% 0.68% -
HSV(B) 12.75º 0.63% 1% -
XYZ 50.61 37.32 15.13 -
YUV 161.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 254 128 94 0 0.50 0.63 0.00 12.75 0.99 0.68
Hex FE 80 5E 0 32 3F 0 D 63 44
Octal 376 200 136 0 62 77 0 15 143 104
Binary 11111110 10000000 1011110 0 110010 111111 0 1101 1100011 1000100

Color Harmonies of #FE805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE805E

Black with #FE805E

Text Example


Text Example

White with #FE805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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