Html Css Color HEX #FC8350 Coral

📋 copy color: '#FC8350'

red 252 ◦ green 131 ◦ blue 80

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

Shades of Coral #FC8350

Tints of Coral #FC8350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.29%

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

R = 54.43%
G = 28.29%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC8350 (or 0xFC8350) is known color: Coral. HEX triplet: FC, 83 and 50. RGB value is (252,131,80). Sum of RGB (Red+Green+Blue) = 252+131+80=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8350 is #037CAF. Grayscale: #A1A1A1. Windows color (decimal): -228528 or 5276668. OLE color: 5276668.

HSL color Cylindrical-coordinate representation of color #FC8350: hue angle of 17.79º 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 #FC8350 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 131 80 -
CMYK 0 0.48 0.68 0.01
HSL 17.79º 0.97% 0.65% -
HSV(B) 17.79º 0.68% 0.99% -
XYZ 49.71 37.51 12.21 -
YUV 161.37 82.09 192.65 -
System Red Green Blue C M Y K H S L
Decimal 252 131 80 0 0.48 0.68 0.01 17.79 0.97 0.65
Hex FC 83 50 0 30 44 1 12 61 41
Octal 374 203 120 0 60 104 1 22 141 101
Binary 11111100 10000011 1010000 0 110000 1000100 1 10010 1100001 1000001

Color Harmonies of #FC8350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8350

Black with #FC8350

Text Example


Text Example

White with #FC8350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8350; }

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

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

background-color css

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

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

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

border-color css

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

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

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