Html Css Color HEX #FF8360 Coral

📋 copy color: '#FF8360'

red 255 ◦ green 131 ◦ blue 96

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

Shades of Coral #FF8360

Tints of Coral #FF8360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.18%

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

R = 52.9%
G = 27.18%
B = 19.92%

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

#FF8360 (or 0xFF8360) is known color: Coral. HEX triplet: FF, 83 and 60. RGB value is (255,131,96). Sum of RGB (Red+Green+Blue) = 255+131+96=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8360 is #007C9F. Grayscale: #A4A4A4. Windows color (decimal): -31904 or 6325247. OLE color: 6325247.

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

Color convert

RGB 255 131 96 -
CMYK 0 0.49 0.62 0
HSL 13.21º 1% 0.69% -
HSV(B) 13.21º 0.62% 1% -
XYZ 51.47 38.34 15.75 -
YUV 164.09 89.58 192.85 -
System Red Green Blue C M Y K H S L
Decimal 255 131 96 0 0.49 0.62 0 13.21 1 0.69
Hex FF 83 60 0 31 3E 0 D 64 45
Octal 377 203 140 0 61 76 0 15 144 105
Binary 11111111 10000011 1100000 0 110001 111110 0 1101 1100100 1000101

Color Harmonies of #FF8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8360

Black with #FF8360

Text Example


Text Example

White with #FF8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8360; }

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

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

background-color css

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

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

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

border-color css

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

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

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