Html Css Color HEX #FE854D Coral

📋 copy color: '#FE854D'

red 254 ◦ green 133 ◦ blue 77

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

Shades of Coral #FE854D

Tints of Coral #FE854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.66%

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

R = 54.74%
G = 28.66%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE854D (or 0xFE854D) is known color: Coral. HEX triplet: FE, 85 and 4D. RGB value is (254,133,77). Sum of RGB (Red+Green+Blue) = 254+133+77=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE854D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE854D is #017AB2. Grayscale: #A3A3A3. Windows color (decimal): -96947 or 5080574. OLE color: 5080574.

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

Color convert

RGB 254 133 77 -
CMYK 0 0.48 0.70 0.00
HSL 18.98º 0.99% 0.65% -
HSV(B) 18.98º 0.7% 1% -
XYZ 50.6 38.38 11.76 -
YUV 162.8 79.59 193.05 -
System Red Green Blue C M Y K H S L
Decimal 254 133 77 0 0.48 0.70 0.00 18.98 0.99 0.65
Hex FE 85 4D 0 30 46 0 13 63 41
Octal 376 205 115 0 60 106 0 23 143 101
Binary 11111110 10000101 1001101 0 110000 1000110 0 10011 1100011 1000001

Color Harmonies of #FE854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE854D

Black with #FE854D

Text Example


Text Example

White with #FE854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE854D; }

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

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

background-color css

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

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

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

border-color css

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

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

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