Html Css Color HEX #FE824E Coral

📋 copy color: '#FE824E'

red 254 ◦ green 130 ◦ blue 78

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

Shades of Coral #FE824E

Tints of Coral #FE824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.14%

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

R = 54.98%
G = 28.14%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE824E (or 0xFE824E) is known color: Coral. HEX triplet: FE, 82 and 4E. RGB value is (254,130,78). Sum of RGB (Red+Green+Blue) = 254+130+78=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE824E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE824E is #017DB1. Grayscale: #A1A1A1. Windows color (decimal): -97714 or 5145342. OLE color: 5145342.

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

Color convert

RGB 254 130 78 -
CMYK 0 0.49 0.69 0.00
HSL 17.73º 0.99% 0.65% -
HSV(B) 17.73º 0.69% 1% -
XYZ 50.23 37.59 11.82 -
YUV 161.15 81.08 194.23 -
System Red Green Blue C M Y K H S L
Decimal 254 130 78 0 0.49 0.69 0.00 17.73 0.99 0.65
Hex FE 82 4E 0 31 45 0 12 63 41
Octal 376 202 116 0 61 105 0 22 143 101
Binary 11111110 10000010 1001110 0 110001 1000101 0 10010 1100011 1000001

Color Harmonies of #FE824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE824E

Black with #FE824E

Text Example


Text Example

White with #FE824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE824E; }

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

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

background-color css

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

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

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

border-color css

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

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

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