Html Css Color HEX #FE804E Coral

📋 copy color: '#FE804E'

red 254 ◦ green 128 ◦ blue 78

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

Shades of Coral #FE804E

Tints of Coral #FE804E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.96%

R = 55.22%
G = 27.83%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE804E (or 0xFE804E) is known color: Coral. HEX triplet: FE, 80 and 4E. RGB value is (254,128,78). Sum of RGB (Red+Green+Blue) = 254+128+78=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE804E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE804E is #017FB1. Grayscale: #A0A0A0. Windows color (decimal): -98226 or 5144830. OLE color: 5144830.

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

Color convert

RGB 254 128 78 -
CMYK 0 0.50 0.69 0.00
HSL 17.05º 0.99% 0.65% -
HSV(B) 17.05º 0.69% 1% -
XYZ 49.97 37.06 11.73 -
YUV 159.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 254 128 78 0 0.50 0.69 0.00 17.05 0.99 0.65
Hex FE 80 4E 0 32 45 0 11 63 41
Octal 376 200 116 0 62 105 0 21 143 101
Binary 11111110 10000000 1001110 0 110010 1000101 0 10001 1100011 1000001

Color Harmonies of #FE804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE804E

Black with #FE804E

Text Example


Text Example

White with #FE804E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE804E; }

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

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

background-color css

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

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

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

border-color css

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

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

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