Html Css Color HEX #FC804C Coral

📋 copy color: '#FC804C'

red 252 ◦ green 128 ◦ blue 76

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

Shades of Coral #FC804C

Tints of Coral #FC804C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.07%

 BLUE value IS 76 (30.08% from 255) = 16.67%

R = 55.26%
G = 28.07%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC804C (or 0xFC804C) is known color: Coral. HEX triplet: FC, 80 and 4C. RGB value is (252,128,76). Sum of RGB (Red+Green+Blue) = 252+128+76=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC804C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC804C is #037FB3. Grayscale: #9F9F9F. Windows color (decimal): -229300 or 5013756. OLE color: 5013756.

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

Color convert

RGB 252 128 76 -
CMYK 0 0.49 0.70 0.01
HSL 17.73º 0.97% 0.64% -
HSV(B) 17.73º 0.7% 0.99% -
XYZ 49.17 36.66 11.32 -
YUV 159.15 81.08 194.23 -
System Red Green Blue C M Y K H S L
Decimal 252 128 76 0 0.49 0.70 0.01 17.73 0.97 0.64
Hex FC 80 4C 0 31 46 1 12 61 40
Octal 374 200 114 0 61 106 1 22 141 100
Binary 11111100 10000000 1001100 0 110001 1000110 1 10010 1100001 1000000

Color Harmonies of #FC804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC804C

Black with #FC804C

Text Example


Text Example

White with #FC804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC804C; }

 p { color: rgb(252,128,76); }

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

background-color css

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

 a { background-color: rgb(252,128,76); }

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

border-color css

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

 span { border-color: rgb(252,128,76); }

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