Html Css Color HEX #FC8244 Coral

📋 copy color: '#FC8244'

red 252 ◦ green 130 ◦ blue 68

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

Shades of Coral #FC8244

Tints of Coral #FC8244

RGB

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

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

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

R = 56%
G = 28.89%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC8244 (or 0xFC8244) is known color: Coral. HEX triplet: FC, 82 and 44. RGB value is (252,130,68). Sum of RGB (Red+Green+Blue) = 252+130+68=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8244 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8244 is #037DBB. Grayscale: #9F9F9F. Windows color (decimal): -228796 or 4489980. OLE color: 4489980.

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

Color convert

RGB 252 130 68 -
CMYK 0 0.48 0.73 0.01
HSL 20.22º 0.97% 0.63% -
HSV(B) 20.22º 0.73% 0.99% -
XYZ 49.17 37.08 10.03 -
YUV 159.41 76.42 194.04 -
System Red Green Blue C M Y K H S L
Decimal 252 130 68 0 0.48 0.73 0.01 20.22 0.97 0.63
Hex FC 82 44 0 30 49 1 14 61 3F
Octal 374 202 104 0 60 111 1 24 141 77
Binary 11111100 10000010 1000100 0 110000 1001001 1 10100 1100001 111111

Color Harmonies of #FC8244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8244

Black with #FC8244

Text Example


Text Example

White with #FC8244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8244; }

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

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

background-color css

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

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

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

border-color css

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

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

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