Html Css Color HEX #FF8048 Coral

📋 copy color: '#FF8048'

red 255 ◦ green 128 ◦ blue 72

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

Shades of Coral #FF8048

Tints of Coral #FF8048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

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

R = 56.04%
G = 28.13%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF8048 (or 0xFF8048) is known color: Coral. HEX triplet: FF, 80 and 48. RGB value is (255,128,72). Sum of RGB (Red+Green+Blue) = 255+128+72=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8048 is #007FB7. Grayscale: #9F9F9F. Windows color (decimal): -32696 or 4751615. OLE color: 4751615.

HSL color Cylindrical-coordinate representation of color #FF8048: hue angle of 18.36º 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 #FF8048 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 72 -
CMYK 0 0.50 0.72 0
HSL 18.36º 1% 0.64% -
HSV(B) 18.36º 0.72% 1% -
XYZ 50.13 37.17 10.66 -
YUV 159.59 78.58 196.05 -
System Red Green Blue C M Y K H S L
Decimal 255 128 72 0 0.50 0.72 0 18.36 1 0.64
Hex FF 80 48 0 32 48 0 12 64 40
Octal 377 200 110 0 62 110 0 22 144 100
Binary 11111111 10000000 1001000 0 110010 1001000 0 10010 1100100 1000000

Color Harmonies of #FF8048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8048

Black with #FF8048

Text Example


Text Example

White with #FF8048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8048; }

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

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

background-color css

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

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

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

border-color css

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

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

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