Html Css Color HEX #FE8448 Coral

📋 copy color: '#FE8448'

red 254 ◦ green 132 ◦ blue 72

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

Shades of Coral #FE8448

Tints of Coral #FE8448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.72%

R = 55.46%
G = 28.82%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE8448 (or 0xFE8448) is known color: Coral. HEX triplet: FE, 84 and 48. RGB value is (254,132,72). Sum of RGB (Red+Green+Blue) = 254+132+72=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8448 is #017BB7. Grayscale: #A1A1A1. Windows color (decimal): -97208 or 4752638. OLE color: 4752638.

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

Color convert

RGB 254 132 72 -
CMYK 0 0.48 0.72 0.00
HSL 19.78º 0.99% 0.64% -
HSV(B) 19.78º 0.72% 1% -
XYZ 50.29 38.04 10.82 -
YUV 161.64 77.42 193.88 -
System Red Green Blue C M Y K H S L
Decimal 254 132 72 0 0.48 0.72 0.00 19.78 0.99 0.64
Hex FE 84 48 0 30 48 0 14 63 40
Octal 376 204 110 0 60 110 0 24 143 100
Binary 11111110 10000100 1001000 0 110000 1001000 0 10100 1100011 1000000

Color Harmonies of #FE8448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8448

Black with #FE8448

Text Example


Text Example

White with #FE8448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8448; }

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

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

background-color css

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

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

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

border-color css

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

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

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