#FC854B

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

Shades of Coral #FC854B

Tints of Coral #FC854B

Color information

#FC854B (or 0xFC854B) is unknown color: approx Coral. HEX triplet: FC, 85 and 4B. RGB value is (252,133,75). Sum of RGB (Red+Green+Blue) = 252+133+75=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC854B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC854B is #037AB4. Grayscale: #A2A2A2. Windows color (decimal): -228021 or 4949500. OLE color: 4949500.

HSL color Cylindrical-coordinate representation of color #FC854B: hue angle of 19.66º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC854B is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB25213375-
CMYK00.470.700.01
HSL19.66º96.72%64.12%-
HSV(B)19.66º70.24%98.82%-
XYZ49.837.9811.36-
YUV161.9778.92192.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.78%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 75 (29.69% from 255) = 16.30%
R=54.78%
G=28.91%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521337500.470.700.0119.6696.7264.12
HexFC854B02F461146140
Octal374205113057106124141100
Binary111111001000010110010110101111100011011010011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC854B; }

 p { color: rgb(252,133,75); }

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

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

 a { background-color: rgb(252,133,75); }

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

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

 span { border-color: rgb(252,133,75); }

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