Html Css Color HEX #FF8455 Coral

📋 copy color: '#FF8455'

red 255 ◦ green 132 ◦ blue 85

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

Shades of Coral #FF8455

Tints of Coral #FF8455

RGB

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

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

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

R = 54.03%
G = 27.97%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF8455 (or 0xFF8455) is known color: Coral. HEX triplet: FF, 84 and 55. RGB value is (255,132,85). Sum of RGB (Red+Green+Blue) = 255+132+85=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8455 is #007BAA. Grayscale: #A3A3A3. Windows color (decimal): -31659 or 5604607. OLE color: 5604607.

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

Color convert

RGB 255 132 85 -
CMYK 0 0.48 0.67 0
HSL 16.59º 1% 0.67% -
HSV(B) 16.59º 0.67% 1% -
XYZ 51.13 38.42 13.31 -
YUV 163.42 83.75 193.32 -
System Red Green Blue C M Y K H S L
Decimal 255 132 85 0 0.48 0.67 0 16.59 1 0.67
Hex FF 84 55 0 30 43 0 11 64 43
Octal 377 204 125 0 60 103 0 21 144 103
Binary 11111111 10000100 1010101 0 110000 1000011 0 10001 1100100 1000011

Color Harmonies of #FF8455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8455

Black with #FF8455

Text Example


Text Example

White with #FF8455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8455; }

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

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

background-color css

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

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

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

border-color css

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

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

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