Html Css Color HEX #FF8460 Coral

📋 copy color: '#FF8460'

red 255 ◦ green 132 ◦ blue 96

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

Shades of Coral #FF8460

Tints of Coral #FF8460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.33%

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

R = 52.8%
G = 27.33%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF8460 (or 0xFF8460) is known color: Coral. HEX triplet: FF, 84 and 60. RGB value is (255,132,96). Sum of RGB (Red+Green+Blue) = 255+132+96=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8460 is #007B9F. Grayscale: #A4A4A4. Windows color (decimal): -31648 or 6325503. OLE color: 6325503.

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

Color convert

RGB 255 132 96 -
CMYK 0 0.48 0.62 0
HSL 13.58º 1% 0.69% -
HSV(B) 13.58º 0.62% 1% -
XYZ 51.6 38.61 15.8 -
YUV 164.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 255 132 96 0 0.48 0.62 0 13.58 1 0.69
Hex FF 84 60 0 30 3E 0 E 64 45
Octal 377 204 140 0 60 76 0 16 144 105
Binary 11111111 10000100 1100000 0 110000 111110 0 1110 1100100 1000101

Color Harmonies of #FF8460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8460

Black with #FF8460

Text Example


Text Example

White with #FF8460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8460; }

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

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

background-color css

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

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

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

border-color css

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

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

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