#FF7A50

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

Shades of Coral #FF7A50

Tints of Coral #FF7A50

Color information

#FF7A50 (or 0xFF7A50) is unknown color: approx Coral. HEX triplet: FF, 7A and 50. RGB value is (255,122,80). Sum of RGB (Red+Green+Blue) = 255+122+80=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A50 is #0085AF. Grayscale: #9D9D9D. Windows color (decimal): -34224 or 5274367. OLE color: 5274367.

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

Color convert

RGB25512280-
CMYK00.520.690
HSL14.4º100%65.69%-
HSV(B)14.4º68.63%100%-
XYZ49.6535.7611.87-
YUV156.9884.56197.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.80%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 80 (31.64% from 255) = 17.51%
R=55.80%
G=26.70%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551228000.520.69014.410065.69
HexFF7A50034450e6442
Octal377172120064105016144102
Binary1111111111110101010000011010010001010111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A50; }

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

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

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

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

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

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

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

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