Html Css Color HEX #FF8260 Coral

📋 copy color: '#FF8260'

red 255 ◦ green 130 ◦ blue 96

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

Shades of Coral #FF8260

Tints of Coral #FF8260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.03%

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

R = 53.01%
G = 27.03%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF8260 (or 0xFF8260) is known color: Coral. HEX triplet: FF, 82 and 60. RGB value is (255,130,96). Sum of RGB (Red+Green+Blue) = 255+130+96=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8260 is #007D9F. Grayscale: #A3A3A3. Windows color (decimal): -32160 or 6324991. OLE color: 6324991.

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

Color convert

RGB 255 130 96 -
CMYK 0 0.49 0.62 0
HSL 12.83º 1% 0.69% -
HSV(B) 12.83º 0.62% 1% -
XYZ 51.33 38.07 15.71 -
YUV 163.5 89.91 193.26 -
System Red Green Blue C M Y K H S L
Decimal 255 130 96 0 0.49 0.62 0 12.83 1 0.69
Hex FF 82 60 0 31 3E 0 D 64 45
Octal 377 202 140 0 61 76 0 15 144 105
Binary 11111111 10000010 1100000 0 110001 111110 0 1101 1100100 1000101

Color Harmonies of #FF8260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8260

Black with #FF8260

Text Example


Text Example

White with #FF8260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8260; }

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

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

background-color css

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

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

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

border-color css

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

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

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