Html Css Color HEX #FC8044 Coral

📋 copy color: '#FC8044'

red 252 ◦ green 128 ◦ blue 68

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

Shades of Coral #FC8044

Tints of Coral #FC8044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.18%

R = 56.25%
G = 28.57%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC8044 (or 0xFC8044) is known color: Coral. HEX triplet: FC, 80 and 44. RGB value is (252,128,68). Sum of RGB (Red+Green+Blue) = 252+128+68=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8044 is #037FBB. Grayscale: #9E9E9E. Windows color (decimal): -229308 or 4489468. OLE color: 4489468.

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

Color convert

RGB 252 128 68 -
CMYK 0 0.49 0.73 0.01
HSL 19.57º 0.97% 0.63% -
HSV(B) 19.57º 0.73% 0.99% -
XYZ 48.91 36.55 9.95 -
YUV 158.24 77.08 194.88 -
System Red Green Blue C M Y K H S L
Decimal 252 128 68 0 0.49 0.73 0.01 19.57 0.97 0.63
Hex FC 80 44 0 31 49 1 14 61 3F
Octal 374 200 104 0 61 111 1 24 141 77
Binary 11111100 10000000 1000100 0 110001 1001001 1 10100 1100001 111111

Color Harmonies of #FC8044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8044

Black with #FC8044

Text Example


Text Example

White with #FC8044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8044; }

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

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

background-color css

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

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

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

border-color css

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

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

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