Html Css Color HEX #FC8445 Coral

📋 copy color: '#FC8445'

red 252 ◦ green 132 ◦ blue 69

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

Shades of Coral #FC8445

Tints of Coral #FC8445

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.14%

 BLUE value IS 69 (27.34% from 255) = 15.23%

R = 55.63%
G = 29.14%
B = 15.23%

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

#FC8445 (or 0xFC8445) is known color: Coral. HEX triplet: FC, 84 and 45. RGB value is (252,132,69). Sum of RGB (Red+Green+Blue) = 252+132+69=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8445 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8445 is #037BBA. Grayscale: #A1A1A1. Windows color (decimal): -228283 or 4556028. OLE color: 4556028.

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

Color convert

RGB 252 132 69 -
CMYK 0 0.48 0.73 0.01
HSL 20.66º 0.97% 0.63% -
HSV(B) 20.66º 0.73% 0.99% -
XYZ 49.47 37.63 10.29 -
YUV 160.7 76.26 193.12 -
System Red Green Blue C M Y K H S L
Decimal 252 132 69 0 0.48 0.73 0.01 20.66 0.97 0.63
Hex FC 84 45 0 30 49 1 15 61 3F
Octal 374 204 105 0 60 111 1 25 141 77
Binary 11111100 10000100 1000101 0 110000 1001001 1 10101 1100001 111111

Color Harmonies of #FC8445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8445

Black with #FC8445

Text Example


Text Example

White with #FC8445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8445; }

 p { color: rgb(252,132,69); }

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

background-color css

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

 a { background-color: rgb(252,132,69); }

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

border-color css

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

 span { border-color: rgb(252,132,69); }

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