#FF7850

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

Shades of Coral #FF7850

Tints of Coral #FF7850

Color information

#FF7850 (or 0xFF7850) is unknown color: approx Coral. HEX triplet: FF, 78 and 50. RGB value is (255,120,80). Sum of RGB (Red+Green+Blue) = 255+120+80=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7850 is #0087AF. Grayscale: #9C9C9C. Windows color (decimal): -34736 or 5273855. OLE color: 5273855.

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

Color convert

RGB25512080-
CMYK00.530.690
HSL13.71º100%65.69%-
HSV(B)13.71º68.63%100%-
XYZ49.435.2711.79-
YUV155.885.23198.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 80 (31.64% from 255) = 17.58%
R=56.04%
G=26.37%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551208000.530.69013.7110065.69
HexFF7850035450e6442
Octal377170120065105016144102
Binary1111111111110001010000011010110001010111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7850; }

 p { color: rgb(255,120,80); }

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

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

 a { background-color: rgb(255,120,80); }

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

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

 span { border-color: rgb(255,120,80); }

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