Html Css Color HEX #FC7249 Coral

📋 copy color: '#FC7249'

red 252 ◦ green 114 ◦ blue 73

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

Shades of Coral #FC7249

Tints of Coral #FC7249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.97%

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

R = 57.4%
G = 25.97%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC7249 (or 0xFC7249) is known color: Coral. HEX triplet: FC, 72 and 49. RGB value is (252,114,73). Sum of RGB (Red+Green+Blue) = 252+114+73=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7249 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7249 is #038DB6. Grayscale: #969696. Windows color (decimal): -232887 or 4813564. OLE color: 4813564.

HSL color Cylindrical-coordinate representation of color #FC7249: hue angle of 13.74º 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 #FC7249 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 114 73 -
CMYK 0 0.55 0.71 0.01
HSL 13.74º 0.97% 0.64% -
HSV(B) 13.74º 0.71% 0.99% -
XYZ 47.36 33.21 10.22 -
YUV 150.59 84.22 200.33 -
System Red Green Blue C M Y K H S L
Decimal 252 114 73 0 0.55 0.71 0.01 13.74 0.97 0.64
Hex FC 72 49 0 37 47 1 E 61 40
Octal 374 162 111 0 67 107 1 16 141 100
Binary 11111100 1110010 1001001 0 110111 1000111 1 1110 1100001 1000000

Color Harmonies of #FC7249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7249

Black with #FC7249

Text Example


Text Example

White with #FC7249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7249; }

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

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

background-color css

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

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

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

border-color css

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

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

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