#FF8554

Color #FF8554 Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral #FF8554

Tints of Coral #FF8554

Color information

#FF8554 (or 0xFF8554) is unknown color: approx Coral. HEX triplet: FF, 85 and 54. RGB value is (255,133,84). Sum of RGB (Red+Green+Blue) = 255+133+84=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8554 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8554 is #007AAB. Grayscale: #A4A4A4. Windows color (decimal): -31404 or 5539327. OLE color: 5539327.

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

Color convert

RGB25513384-
CMYK00.480.670
HSL17.19º100%66.47%-
HSV(B)17.19º67.06%100%-
XYZ51.2338.6813.15-
YUV163.8982.92192.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.03%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 84 (33.20% from 255) = 17.80%
R=54.03%
G=28.18%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551338400.480.67017.1910066.47
HexFF8554030430116442
Octal377205124060103021144102
Binary111111111000010110101000110000100001101000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8554; }

 p { color: rgb(255,133,84); }

 H1.HeaderClassName
 {
   color: #FF8554;
 }
 .AnyTagClassName
 {
   color: #FF8554;
 }
</style>
background-color css

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

 a { background-color: rgb(255,133,84); }

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

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

 span { border-color: rgb(255,133,84); }

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