Html Css Color HEX #FF8155 Coral

📋 copy color: '#FF8155'

red 255 ◦ green 129 ◦ blue 85

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

Shades of Coral #FF8155

Tints of Coral #FF8155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.51%

 BLUE value IS 85 (33.59% from 255) = 18.12%

R = 54.37%
G = 27.51%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF8155 (or 0xFF8155) is known color: Coral. HEX triplet: FF, 81 and 55. RGB value is (255,129,85). Sum of RGB (Red+Green+Blue) = 255+129+85=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8155 is #007EAA. Grayscale: #A1A1A1. Windows color (decimal): -32427 or 5603839. OLE color: 5603839.

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

Color convert

RGB 255 129 85 -
CMYK 0 0.49 0.67 0
HSL 15.53º 1% 0.67% -
HSV(B) 15.53º 0.67% 1% -
XYZ 50.73 37.62 13.18 -
YUV 161.66 84.74 194.58 -
System Red Green Blue C M Y K H S L
Decimal 255 129 85 0 0.49 0.67 0 15.53 1 0.67
Hex FF 81 55 0 31 43 0 10 64 43
Octal 377 201 125 0 61 103 0 20 144 103
Binary 11111111 10000001 1010101 0 110001 1000011 0 10000 1100100 1000011

Color Harmonies of #FF8155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8155

Black with #FF8155

Text Example


Text Example

White with #FF8155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8155; }

 p { color: rgb(255,129,85); }

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

background-color css

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

 a { background-color: rgb(255,129,85); }

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

border-color css

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

 span { border-color: rgb(255,129,85); }

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