Html Css Color HEX #FF7348 Coral

📋 copy color: '#FF7348'

red 255 ◦ green 115 ◦ blue 72

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

Shades of Coral #FF7348

Tints of Coral #FF7348

RGB

 RED value IS 255 (100% from 255) = 57.69%

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

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

R = 57.69%
G = 26.02%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF7348 (or 0xFF7348) is known color: Coral. HEX triplet: FF, 73 and 48. RGB value is (255,115,72). Sum of RGB (Red+Green+Blue) = 255+115+72=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7348 is #008CB7. Grayscale: #989898. Windows color (decimal): -36024 or 4748287. OLE color: 4748287.

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

Color convert

RGB 255 115 72 -
CMYK 0 0.55 0.72 0
HSL 14.1º 1% 0.64% -
HSV(B) 14.1º 0.72% 1% -
XYZ 48.54 33.99 10.13 -
YUV 151.96 82.88 201.5 -
System Red Green Blue C M Y K H S L
Decimal 255 115 72 0 0.55 0.72 0 14.1 1 0.64
Hex FF 73 48 0 37 48 0 E 64 40
Octal 377 163 110 0 67 110 0 16 144 100
Binary 11111111 1110011 1001000 0 110111 1001000 0 1110 1100100 1000000

Color Harmonies of #FF7348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7348

Black with #FF7348

Text Example


Text Example

White with #FF7348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7348; }

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

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

background-color css

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

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

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

border-color css

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

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

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