Html Css Color HEX #FC8255 Coral

📋 copy color: '#FC8255'

red 252 ◦ green 130 ◦ blue 85

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

Shades of Coral #FC8255

Tints of Coral #FC8255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.84%

 BLUE value IS 85 (33.59% from 255) = 18.2%

R = 53.96%
G = 27.84%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC8255 (or 0xFC8255) is known color: Coral. HEX triplet: FC, 82 and 55. RGB value is (252,130,85). Sum of RGB (Red+Green+Blue) = 252+130+85=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8255 is #037DAA. Grayscale: #A1A1A1. Windows color (decimal): -228779 or 5604092. OLE color: 5604092.

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

Color convert

RGB 252 130 85 -
CMYK 0 0.48 0.66 0.01
HSL 16.17º 0.97% 0.66% -
HSV(B) 16.17º 0.66% 0.99% -
XYZ 49.77 37.32 13.17 -
YUV 161.35 84.92 192.66 -
System Red Green Blue C M Y K H S L
Decimal 252 130 85 0 0.48 0.66 0.01 16.17 0.97 0.66
Hex FC 82 55 0 30 42 1 10 61 42
Octal 374 202 125 0 60 102 1 20 141 102
Binary 11111100 10000010 1010101 0 110000 1000010 1 10000 1100001 1000010

Color Harmonies of #FC8255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8255

Black with #FC8255

Text Example


Text Example

White with #FC8255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8255; }

 p { color: rgb(252,130,85); }

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

background-color css

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

 a { background-color: rgb(252,130,85); }

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

border-color css

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

 span { border-color: rgb(252,130,85); }

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