#FC7B45

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

Shades of Coral #FC7B45

Tints of Coral #FC7B45

Color information

#FC7B45 (or 0xFC7B45) is unknown color: approx Coral. HEX triplet: FC, 7B and 45. RGB value is (252,123,69). Sum of RGB (Red+Green+Blue) = 252+123+69=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B45 is #0384BA. Grayscale: #9B9B9B. Windows color (decimal): -230587 or 4553724. OLE color: 4553724.

HSL color Cylindrical-coordinate representation of color #FC7B45: hue angle of 17.7º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC7B45 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB25212369-
CMYK00.510.730.01
HSL17.7º96.83%62.94%-
HSV(B)17.7º72.62%98.82%-
XYZ48.335.299.9-
YUV155.4279.24196.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.76%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 69 (27.34% from 255) = 15.54%
R=56.76%
G=27.70%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521236900.510.730.0117.796.8362.94
HexFC7B4503349112613f
Octal37417310506311112214177
Binary1111110011110111000101011001110010011100101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7B45; }

 p { color: rgb(252,123,69); }

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

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

 a { background-color: rgb(252,123,69); }

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

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

 span { border-color: rgb(252,123,69); }

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