Html Css Color HEX #FC7348 Coral

📋 copy color: '#FC7348'

red 252 ◦ green 115 ◦ blue 72

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

Shades of Coral #FC7348

Tints of Coral #FC7348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.2%

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

R = 57.4%
G = 26.2%
B = 16.4%

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

#FC7348 (or 0xFC7348) is known color: Coral. HEX triplet: FC, 73 and 48. RGB value is (252,115,72). Sum of RGB (Red+Green+Blue) = 252+115+72=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7348 is #038CB7. Grayscale: #979797. Windows color (decimal): -232632 or 4748284. OLE color: 4748284.

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

Color convert

RGB 252 115 72 -
CMYK 0 0.54 0.71 0.01
HSL 14.33º 0.97% 0.64% -
HSV(B) 14.33º 0.71% 0.99% -
XYZ 47.45 33.42 10.08 -
YUV 151.06 83.39 200 -
System Red Green Blue C M Y K H S L
Decimal 252 115 72 0 0.54 0.71 0.01 14.33 0.97 0.64
Hex FC 73 48 0 36 47 1 E 61 40
Octal 374 163 110 0 66 107 1 16 141 100
Binary 11111100 1110011 1001000 0 110110 1000111 1 1110 1100001 1000000

Color Harmonies of #FC7348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7348

Black with #FC7348

Text Example


Text Example

White with #FC7348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7348; }

 p { color: rgb(252,115,72); }

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

background-color css

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

 a { background-color: rgb(252,115,72); }

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

border-color css

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

 span { border-color: rgb(252,115,72); }

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