Html Css Color HEX #FC814A Coral

📋 copy color: '#FC814A'

red 252 ◦ green 129 ◦ blue 74

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

Shades of Coral #FC814A

Tints of Coral #FC814A

RGB

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

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

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

R = 55.38%
G = 28.35%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC814A (or 0xFC814A) is known color: Coral. HEX triplet: FC, 81 and 4A. RGB value is (252,129,74). Sum of RGB (Red+Green+Blue) = 252+129+74=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC814A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC814A is #037EB5. Grayscale: #9F9F9F. Windows color (decimal): -229046 or 4882940. OLE color: 4882940.

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

Color convert

RGB 252 129 74 -
CMYK 0 0.49 0.71 0.01
HSL 18.54º 0.97% 0.64% -
HSV(B) 18.54º 0.71% 0.99% -
XYZ 49.23 36.89 11 -
YUV 159.51 79.75 193.97 -
System Red Green Blue C M Y K H S L
Decimal 252 129 74 0 0.49 0.71 0.01 18.54 0.97 0.64
Hex FC 81 4A 0 31 47 1 13 61 40
Octal 374 201 112 0 61 107 1 23 141 100
Binary 11111100 10000001 1001010 0 110001 1000111 1 10011 1100001 1000000

Color Harmonies of #FC814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC814A

Black with #FC814A

Text Example


Text Example

White with #FC814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC814A; }

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

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

background-color css

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

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

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

border-color css

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

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

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