#FF875C

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

Shades of Coral #FF875C

Tints of Coral #FF875C

Color information

#FF875C (or 0xFF875C) is unknown color: approx Coral. HEX triplet: FF, 87 and 5C. RGB value is (255,135,92). Sum of RGB (Red+Green+Blue) = 255+135+92=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF875C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF875C is #0078A3. Grayscale: #A6A6A6. Windows color (decimal): -30884 or 6064127. OLE color: 6064127.

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

Color convert

RGB25513592-
CMYK00.470.640
HSL15.83º100%68.04%-
HSV(B)15.83º63.92%100%-
XYZ51.8439.3614.99-
YUV165.9886.26191.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.90%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 92 (36.33% from 255) = 19.09%
R=52.90%
G=28.01%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551359200.470.64015.8310068.04
HexFF875C02F400106444
Octal377207134057100020144104
Binary111111111000011110111000101111100000001000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF875C; }

 p { color: rgb(255,135,92); }

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

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

 a { background-color: rgb(255,135,92); }

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

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

 span { border-color: rgb(255,135,92); }

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