Html Css Color HEX #FE844F Coral

📋 copy color: '#FE844F'

red 254 ◦ green 132 ◦ blue 79

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

Shades of Coral #FE844F

Tints of Coral #FE844F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.39%

 BLUE value IS 79 (31.25% from 255) = 16.99%

R = 54.62%
G = 28.39%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE844F (or 0xFE844F) is known color: Coral. HEX triplet: FE, 84 and 4F. RGB value is (254,132,79). Sum of RGB (Red+Green+Blue) = 254+132+79=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE844F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE844F is #017BB0. Grayscale: #A2A2A2. Windows color (decimal): -97201 or 5211390. OLE color: 5211390.

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

Color convert

RGB 254 132 79 -
CMYK 0 0.48 0.69 0.00
HSL 18.17º 0.99% 0.65% -
HSV(B) 18.17º 0.69% 1% -
XYZ 50.54 38.14 12.09 -
YUV 162.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 254 132 79 0 0.48 0.69 0.00 18.17 0.99 0.65
Hex FE 84 4F 0 30 45 0 12 63 41
Octal 376 204 117 0 60 105 0 22 143 101
Binary 11111110 10000100 1001111 0 110000 1000101 0 10010 1100011 1000001

Color Harmonies of #FE844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE844F

Black with #FE844F

Text Example


Text Example

White with #FE844F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE844F; }

 p { color: rgb(254,132,79); }

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

background-color css

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

 a { background-color: rgb(254,132,79); }

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

border-color css

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

 span { border-color: rgb(254,132,79); }

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