Html Css Color HEX #FC8358 Coral

📋 copy color: '#FC8358'

red 252 ◦ green 131 ◦ blue 88

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

Shades of Coral #FC8358

Tints of Coral #FC8358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.68%

R = 53.5%
G = 27.81%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC8358 (or 0xFC8358) is known color: Coral. HEX triplet: FC, 83 and 58. RGB value is (252,131,88). Sum of RGB (Red+Green+Blue) = 252+131+88=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8358 is #037CA7. Grayscale: #A2A2A2. Windows color (decimal): -228520 or 5800956. OLE color: 5800956.

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

Color convert

RGB 252 131 88 -
CMYK 0 0.48 0.65 0.01
HSL 15.73º 0.96% 0.67% -
HSV(B) 15.73º 0.65% 0.99% -
XYZ 50.02 37.63 13.86 -
YUV 162.28 86.09 192 -
System Red Green Blue C M Y K H S L
Decimal 252 131 88 0 0.48 0.65 0.01 15.73 0.96 0.67
Hex FC 83 58 0 30 41 1 10 60 43
Octal 374 203 130 0 60 101 1 20 140 103
Binary 11111100 10000011 1011000 0 110000 1000001 1 10000 1100000 1000011

Color Harmonies of #FC8358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8358

Black with #FC8358

Text Example


Text Example

White with #FC8358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8358; }

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

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

background-color css

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

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

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

border-color css

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

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

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