Html Css Color HEX #FC8045 Coral

📋 copy color: '#FC8045'

red 252 ◦ green 128 ◦ blue 69

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

Shades of Coral #FC8045

Tints of Coral #FC8045

RGB

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

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

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

R = 56.12%
G = 28.51%
B = 15.37%

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

#FC8045 (or 0xFC8045) is known color: Coral. HEX triplet: FC, 80 and 45. RGB value is (252,128,69). Sum of RGB (Red+Green+Blue) = 252+128+69=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8045 is #037FBA. Grayscale: #9E9E9E. Windows color (decimal): -229307 or 4555004. OLE color: 4555004.

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

Color convert

RGB 252 128 69 -
CMYK 0 0.49 0.73 0.01
HSL 19.34º 0.97% 0.63% -
HSV(B) 19.34º 0.73% 0.99% -
XYZ 48.94 36.56 10.11 -
YUV 158.35 77.58 194.8 -
System Red Green Blue C M Y K H S L
Decimal 252 128 69 0 0.49 0.73 0.01 19.34 0.97 0.63
Hex FC 80 45 0 31 49 1 13 61 3F
Octal 374 200 105 0 61 111 1 23 141 77
Binary 11111100 10000000 1000101 0 110001 1001001 1 10011 1100001 111111

Color Harmonies of #FC8045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8045

Black with #FC8045

Text Example


Text Example

White with #FC8045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8045; }

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

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

background-color css

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

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

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

border-color css

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

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

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