Html Css Color HEX #FC815F Coral

📋 copy color: '#FC815F'

red 252 ◦ green 129 ◦ blue 95

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

Shades of Coral #FC815F

Tints of Coral #FC815F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.96%

R = 52.94%
G = 27.1%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC815F (or 0xFC815F) is known color: Coral. HEX triplet: FC, 81 and 5F. RGB value is (252,129,95). Sum of RGB (Red+Green+Blue) = 252+129+95=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC815F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC815F is #037EA0. Grayscale: #A2A2A2. Windows color (decimal): -229025 or 6259196. OLE color: 6259196.

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

Color convert

RGB 252 129 95 -
CMYK 0 0.49 0.62 0.01
HSL 12.99º 0.96% 0.68% -
HSV(B) 12.99º 0.62% 0.99% -
XYZ 50.06 37.22 15.37 -
YUV 161.9 90.25 192.26 -
System Red Green Blue C M Y K H S L
Decimal 252 129 95 0 0.49 0.62 0.01 12.99 0.96 0.68
Hex FC 81 5F 0 31 3E 1 D 60 44
Octal 374 201 137 0 61 76 1 15 140 104
Binary 11111100 10000001 1011111 0 110001 111110 1 1101 1100000 1000100

Color Harmonies of #FC815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC815F

Black with #FC815F

Text Example


Text Example

White with #FC815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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