Html Css Color HEX #FC824F Coral

📋 copy color: '#FC824F'

red 252 ◦ green 130 ◦ blue 79

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

Shades of Coral #FC824F

Tints of Coral #FC824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.14%

R = 54.66%
G = 28.2%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC824F (or 0xFC824F) is known color: Coral. HEX triplet: FC, 82 and 4F. RGB value is (252,130,79). Sum of RGB (Red+Green+Blue) = 252+130+79=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC824F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC824F is #037DB0. Grayscale: #A0A0A0. Windows color (decimal): -228785 or 5210876. OLE color: 5210876.

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

Color convert

RGB 252 130 79 -
CMYK 0 0.48 0.69 0.01
HSL 17.69º 0.97% 0.65% -
HSV(B) 17.69º 0.69% 0.99% -
XYZ 49.54 37.23 11.97 -
YUV 160.66 81.92 193.15 -
System Red Green Blue C M Y K H S L
Decimal 252 130 79 0 0.48 0.69 0.01 17.69 0.97 0.65
Hex FC 82 4F 0 30 45 1 12 61 41
Octal 374 202 117 0 60 105 1 22 141 101
Binary 11111100 10000010 1001111 0 110000 1000101 1 10010 1100001 1000001

Color Harmonies of #FC824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC824F

Black with #FC824F

Text Example


Text Example

White with #FC824F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC824F; }

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

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

background-color css

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

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

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

border-color css

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

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

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