Html Css Color HEX #FC855C Coral

📋 copy color: '#FC855C'

red 252 ◦ green 133 ◦ blue 92

#FC855C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral #FC855C

Tints of Coral #FC855C

RGB

 RED value IS 252 (98.83% from 255) = 52.83%

 GREEN value IS 133 (52.34% from 255) = 27.88%

 BLUE value IS 92 (36.33% from 255) = 19.29%

R = 52.83%
G = 27.88%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC855C (or 0xFC855C) is known color: Coral. HEX triplet: FC, 85 and 5C. RGB value is (252,133,92). Sum of RGB (Red+Green+Blue) = 252+133+92=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC855C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC855C is #037AA3. Grayscale: #A4A4A4. Windows color (decimal): -228004 or 6063612. OLE color: 6063612.

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

Color convert

RGB 252 133 92 -
CMYK 0 0.47 0.63 0.01
HSL 15.38º 0.96% 0.67% -
HSV(B) 15.38º 0.63% 0.99% -
XYZ 50.46 38.24 14.85 -
YUV 163.91 87.42 190.83 -
System Red Green Blue C M Y K H S L
Decimal 252 133 92 0 0.47 0.63 0.01 15.38 0.96 0.67
Hex FC 85 5C 0 2F 3F 1 F 60 43
Octal 374 205 134 0 57 77 1 17 140 103
Binary 11111100 10000101 1011100 0 101111 111111 1 1111 1100000 1000011

Color Harmonies of #FC855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC855C

Black with #FC855C

Text Example


Text Example

White with #FC855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC855C; }

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

 H1.HeaderClassName
 {
   color: #FC855C;
 }
 .AnyTagClassName
 {
   color: #FC855C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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