Html Css Color HEX #FC855B Coral

📋 copy color: '#FC855B'

red 252 ◦ green 133 ◦ blue 91

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

Shades of Coral #FC855B

Tints of Coral #FC855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.12%

R = 52.94%
G = 27.94%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC855B (or 0xFC855B) is known color: Coral. HEX triplet: FC, 85 and 5B. RGB value is (252,133,91). Sum of RGB (Red+Green+Blue) = 252+133+91=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC855B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC855B is #037AA4. Grayscale: #A4A4A4. Windows color (decimal): -228005 or 5998076. OLE color: 5998076.

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

Color convert

RGB 252 133 91 -
CMYK 0 0.47 0.64 0.01
HSL 15.65º 0.96% 0.67% -
HSV(B) 15.65º 0.64% 0.99% -
XYZ 50.42 38.23 14.62 -
YUV 163.79 86.92 190.92 -
System Red Green Blue C M Y K H S L
Decimal 252 133 91 0 0.47 0.64 0.01 15.65 0.96 0.67
Hex FC 85 5B 0 2F 40 1 10 60 43
Octal 374 205 133 0 57 100 1 20 140 103
Binary 11111100 10000101 1011011 0 101111 1000000 1 10000 1100000 1000011

Color Harmonies of #FC855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC855B

Black with #FC855B

Text Example


Text Example

White with #FC855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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