Html Css Color HEX #FC8150 Coral

📋 copy color: '#FC8150'

red 252 ◦ green 129 ◦ blue 80

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

Shades of Coral #FC8150

Tints of Coral #FC8150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

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

R = 54.66%
G = 27.98%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC8150 (or 0xFC8150) is known color: Coral. HEX triplet: FC, 81 and 50. RGB value is (252,129,80). Sum of RGB (Red+Green+Blue) = 252+129+80=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8150 is #037EAF. Grayscale: #A0A0A0. Windows color (decimal): -229040 or 5276156. OLE color: 5276156.

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

Color convert

RGB 252 129 80 -
CMYK 0 0.49 0.68 0.01
HSL 17.09º 0.97% 0.65% -
HSV(B) 17.09º 0.68% 0.99% -
XYZ 49.44 36.98 12.12 -
YUV 160.19 82.75 193.48 -
System Red Green Blue C M Y K H S L
Decimal 252 129 80 0 0.49 0.68 0.01 17.09 0.97 0.65
Hex FC 81 50 0 31 44 1 11 61 41
Octal 374 201 120 0 61 104 1 21 141 101
Binary 11111100 10000001 1010000 0 110001 1000100 1 10001 1100001 1000001

Color Harmonies of #FC8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8150

Black with #FC8150

Text Example


Text Example

White with #FC8150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8150; }

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

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

background-color css

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

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

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

border-color css

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

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

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