Html Css Color HEX #FE804D Coral

📋 copy color: '#FE804D'

red 254 ◦ green 128 ◦ blue 77

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

Shades of Coral #FE804D

Tints of Coral #FE804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.78%

R = 55.34%
G = 27.89%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE804D (or 0xFE804D) is known color: Coral. HEX triplet: FE, 80 and 4D. RGB value is (254,128,77). Sum of RGB (Red+Green+Blue) = 254+128+77=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE804D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE804D is #017FB2. Grayscale: #A0A0A0. Windows color (decimal): -98227 or 5079294. OLE color: 5079294.

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

Color convert

RGB 254 128 77 -
CMYK 0 0.50 0.70 0.00
HSL 17.29º 0.99% 0.65% -
HSV(B) 17.29º 0.7% 1% -
XYZ 49.93 37.04 11.54 -
YUV 159.86 81.24 195.15 -
System Red Green Blue C M Y K H S L
Decimal 254 128 77 0 0.50 0.70 0.00 17.29 0.99 0.65
Hex FE 80 4D 0 32 46 0 11 63 41
Octal 376 200 115 0 62 106 0 21 143 101
Binary 11111110 10000000 1001101 0 110010 1000110 0 10001 1100011 1000001

Color Harmonies of #FE804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE804D

Black with #FE804D

Text Example


Text Example

White with #FE804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE804D; }

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

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

background-color css

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

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

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

border-color css

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

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

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