Html Css Color HEX #FC8545 Coral

📋 copy color: '#FC8545'

red 252 ◦ green 133 ◦ blue 69

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

Shades of Coral #FC8545

Tints of Coral #FC8545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.3%

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

R = 55.51%
G = 29.3%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC8545 (or 0xFC8545) is known color: Coral. HEX triplet: FC, 85 and 45. RGB value is (252,133,69). Sum of RGB (Red+Green+Blue) = 252+133+69=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8545 is #037ABA. Grayscale: #A1A1A1. Windows color (decimal): -228027 or 4556284. OLE color: 4556284.

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

Color convert

RGB 252 133 69 -
CMYK 0 0.47 0.73 0.01
HSL 20.98º 0.97% 0.63% -
HSV(B) 20.98º 0.73% 0.99% -
XYZ 49.61 37.9 10.33 -
YUV 161.29 75.92 192.7 -
System Red Green Blue C M Y K H S L
Decimal 252 133 69 0 0.47 0.73 0.01 20.98 0.97 0.63
Hex FC 85 45 0 2F 49 1 15 61 3F
Octal 374 205 105 0 57 111 1 25 141 77
Binary 11111100 10000101 1000101 0 101111 1001001 1 10101 1100001 111111

Color Harmonies of #FC8545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8545

Black with #FC8545

Text Example


Text Example

White with #FC8545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8545; }

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

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

background-color css

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

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

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

border-color css

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

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

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