Html Css Color HEX #FC824E Coral

📋 copy color: '#FC824E'

red 252 ◦ green 130 ◦ blue 78

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

Shades of Coral #FC824E

Tints of Coral #FC824E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.96%

R = 54.78%
G = 28.26%
B = 16.96%

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

#FC824E (or 0xFC824E) is known color: Coral. HEX triplet: FC, 82 and 4E. RGB value is (252,130,78). Sum of RGB (Red+Green+Blue) = 252+130+78=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC824E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC824E is #037DB1. Grayscale: #A0A0A0. Windows color (decimal): -228786 or 5145340. OLE color: 5145340.

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

Color convert

RGB 252 130 78 -
CMYK 0 0.48 0.69 0.01
HSL 17.93º 0.97% 0.65% -
HSV(B) 17.93º 0.69% 0.99% -
XYZ 49.5 37.21 11.78 -
YUV 160.55 81.42 193.23 -
System Red Green Blue C M Y K H S L
Decimal 252 130 78 0 0.48 0.69 0.01 17.93 0.97 0.65
Hex FC 82 4E 0 30 45 1 12 61 41
Octal 374 202 116 0 60 105 1 22 141 101
Binary 11111100 10000010 1001110 0 110000 1000101 1 10010 1100001 1000001

Color Harmonies of #FC824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC824E

Black with #FC824E

Text Example


Text Example

White with #FC824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC824E; }

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

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

background-color css

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

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

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

border-color css

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

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

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