Html Css Color HEX #FC824A Coral

📋 copy color: '#FC824A'

red 252 ◦ green 130 ◦ blue 74

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

Shades of Coral #FC824A

Tints of Coral #FC824A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.23%

R = 55.26%
G = 28.51%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC824A (or 0xFC824A) is known color: Coral. HEX triplet: FC, 82 and 4A. RGB value is (252,130,74). Sum of RGB (Red+Green+Blue) = 252+130+74=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC824A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC824A is #037DB5. Grayscale: #A0A0A0. Windows color (decimal): -228790 or 4883196. OLE color: 4883196.

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

Color convert

RGB 252 130 74 -
CMYK 0 0.48 0.71 0.01
HSL 18.88º 0.97% 0.64% -
HSV(B) 18.88º 0.71% 0.99% -
XYZ 49.36 37.16 11.05 -
YUV 160.09 79.42 193.55 -
System Red Green Blue C M Y K H S L
Decimal 252 130 74 0 0.48 0.71 0.01 18.88 0.97 0.64
Hex FC 82 4A 0 30 47 1 13 61 40
Octal 374 202 112 0 60 107 1 23 141 100
Binary 11111100 10000010 1001010 0 110000 1000111 1 10011 1100001 1000000

Color Harmonies of #FC824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC824A

Black with #FC824A

Text Example


Text Example

White with #FC824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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