Html Css Color HEX #FC845B Coral

📋 copy color: '#FC845B'

red 252 ◦ green 132 ◦ blue 91

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

Shades of Coral #FC845B

Tints of Coral #FC845B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.16%

R = 53.05%
G = 27.79%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC845B (or 0xFC845B) is known color: Coral. HEX triplet: FC, 84 and 5B. RGB value is (252,132,91). Sum of RGB (Red+Green+Blue) = 252+132+91=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC845B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC845B is #037BA4. Grayscale: #A3A3A3. Windows color (decimal): -228261 or 5997820. OLE color: 5997820.

HSL color Cylindrical-coordinate representation of color #FC845B: hue angle of 15.28º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC845B is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 132 91 -
CMYK 0 0.48 0.64 0.01
HSL 15.28º 0.96% 0.67% -
HSV(B) 15.28º 0.64% 0.99% -
XYZ 50.28 37.95 14.57 -
YUV 163.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 252 132 91 0 0.48 0.64 0.01 15.28 0.96 0.67
Hex FC 84 5B 0 30 40 1 F 60 43
Octal 374 204 133 0 60 100 1 17 140 103
Binary 11111100 10000100 1011011 0 110000 1000000 1 1111 1100000 1000011

Color Harmonies of #FC845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC845B

Black with #FC845B

Text Example


Text Example

White with #FC845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC845B; }

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

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

background-color css

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

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

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

border-color css

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

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

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