Html Css Color HEX #FC8550 Coral

📋 copy color: '#FC8550'

red 252 ◦ green 133 ◦ blue 80

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

Shades of Coral #FC8550

Tints of Coral #FC8550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.2%

R = 54.19%
G = 28.6%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC8550 (or 0xFC8550) is known color: Coral. HEX triplet: FC, 85 and 50. RGB value is (252,133,80). Sum of RGB (Red+Green+Blue) = 252+133+80=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8550 is #037AAF. Grayscale: #A2A2A2. Windows color (decimal): -228016 or 5277180. OLE color: 5277180.

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

Color convert

RGB 252 133 80 -
CMYK 0 0.47 0.68 0.01
HSL 18.49º 0.97% 0.65% -
HSV(B) 18.49º 0.68% 0.99% -
XYZ 49.98 38.05 12.3 -
YUV 162.54 81.42 191.81 -
System Red Green Blue C M Y K H S L
Decimal 252 133 80 0 0.47 0.68 0.01 18.49 0.97 0.65
Hex FC 85 50 0 2F 44 1 12 61 41
Octal 374 205 120 0 57 104 1 22 141 101
Binary 11111100 10000101 1010000 0 101111 1000100 1 10010 1100001 1000001

Color Harmonies of #FC8550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8550

Black with #FC8550

Text Example


Text Example

White with #FC8550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8550; }

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

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

background-color css

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

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

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

border-color css

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

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

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