Html Css Color HEX #FF8060 Coral

📋 copy color: '#FF8060'

red 255 ◦ green 128 ◦ blue 96

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

Shades of Coral #FF8060

Tints of Coral #FF8060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.04%

R = 53.24%
G = 26.72%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF8060 (or 0xFF8060) is known color: Coral. HEX triplet: FF, 80 and 60. RGB value is (255,128,96). Sum of RGB (Red+Green+Blue) = 255+128+96=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8060 is #007F9F. Grayscale: #A2A2A2. Windows color (decimal): -32672 or 6324479. OLE color: 6324479.

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

Color convert

RGB 255 128 96 -
CMYK 0 0.50 0.62 0
HSL 12.08º 1% 0.69% -
HSV(B) 12.08º 0.62% 1% -
XYZ 51.07 37.54 15.62 -
YUV 162.33 90.58 194.1 -
System Red Green Blue C M Y K H S L
Decimal 255 128 96 0 0.50 0.62 0 12.08 1 0.69
Hex FF 80 60 0 32 3E 0 C 64 45
Octal 377 200 140 0 62 76 0 14 144 105
Binary 11111111 10000000 1100000 0 110010 111110 0 1100 1100100 1000101

Color Harmonies of #FF8060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8060

Black with #FF8060

Text Example


Text Example

White with #FF8060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8060; }

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

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

background-color css

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

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

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

border-color css

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

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

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