Html Css Color HEX #FE804A Coral

📋 copy color: '#FE804A'

red 254 ◦ green 128 ◦ blue 74

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

Shades of Coral #FE804A

Tints of Coral #FE804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.23%

R = 55.7%
G = 28.07%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE804A (or 0xFE804A) is known color: Coral. HEX triplet: FE, 80 and 4A. RGB value is (254,128,74). Sum of RGB (Red+Green+Blue) = 254+128+74=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE804A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE804A is #017FB5. Grayscale: #9F9F9F. Windows color (decimal): -98230 or 4882686. OLE color: 4882686.

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

Color convert

RGB 254 128 74 -
CMYK 0 0.50 0.71 0.00
HSL 18º 0.99% 0.64% -
HSV(B) 18º 0.71% 1% -
XYZ 49.83 37 10.99 -
YUV 159.52 79.74 195.39 -
System Red Green Blue C M Y K H S L
Decimal 254 128 74 0 0.50 0.71 0.00 18 0.99 0.64
Hex FE 80 4A 0 32 47 0 12 63 40
Octal 376 200 112 0 62 107 0 22 143 100
Binary 11111110 10000000 1001010 0 110010 1000111 0 10010 1100011 1000000

Color Harmonies of #FE804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE804A

Black with #FE804A

Text Example


Text Example

White with #FE804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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