Html Css Color HEX #FC7449 Coral

📋 copy color: '#FC7449'

red 252 ◦ green 116 ◦ blue 73

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

Shades of Coral #FC7449

Tints of Coral #FC7449

RGB

 RED value IS 252 (98.83% from 255) = 57.14%

 GREEN value IS 116 (45.7% from 255) = 26.3%

 BLUE value IS 73 (28.91% from 255) = 16.55%

R = 57.14%
G = 26.3%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC7449 (or 0xFC7449) is known color: Coral. HEX triplet: FC, 74 and 49. RGB value is (252,116,73). Sum of RGB (Red+Green+Blue) = 252+116+73=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7449 is #038BB6. Grayscale: #989898. Windows color (decimal): -232375 or 4814076. OLE color: 4814076.

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

Color convert

RGB 252 116 73 -
CMYK 0 0.54 0.71 0.01
HSL 14.41º 0.97% 0.64% -
HSV(B) 14.41º 0.71% 0.99% -
XYZ 47.59 33.67 10.29 -
YUV 151.76 83.56 199.5 -
System Red Green Blue C M Y K H S L
Decimal 252 116 73 0 0.54 0.71 0.01 14.41 0.97 0.64
Hex FC 74 49 0 36 47 1 E 61 40
Octal 374 164 111 0 66 107 1 16 141 100
Binary 11111100 1110100 1001001 0 110110 1000111 1 1110 1100001 1000000

Color Harmonies of #FC7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7449

Black with #FC7449

Text Example


Text Example

White with #FC7449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7449; }

 p { color: rgb(252,116,73); }

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

background-color css

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

 a { background-color: rgb(252,116,73); }

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

border-color css

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

 span { border-color: rgb(252,116,73); }

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