Html Css Color HEX #FC834C Coral

📋 copy color: '#FC834C'

red 252 ◦ green 131 ◦ blue 76

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

Shades of Coral #FC834C

Tints of Coral #FC834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.54%

 BLUE value IS 76 (30.08% from 255) = 16.56%

R = 54.9%
G = 28.54%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC834C (or 0xFC834C) is known color: Coral. HEX triplet: FC, 83 and 4C. RGB value is (252,131,76). Sum of RGB (Red+Green+Blue) = 252+131+76=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC834C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC834C is #037CB3. Grayscale: #A1A1A1. Windows color (decimal): -228532 or 5014524. OLE color: 5014524.

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

Color convert

RGB 252 131 76 -
CMYK 0 0.48 0.70 0.01
HSL 18.75º 0.97% 0.64% -
HSV(B) 18.75º 0.7% 0.99% -
XYZ 49.57 37.45 11.45 -
YUV 160.91 80.09 192.97 -
System Red Green Blue C M Y K H S L
Decimal 252 131 76 0 0.48 0.70 0.01 18.75 0.97 0.64
Hex FC 83 4C 0 30 46 1 13 61 40
Octal 374 203 114 0 60 106 1 23 141 100
Binary 11111100 10000011 1001100 0 110000 1000110 1 10011 1100001 1000000

Color Harmonies of #FC834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC834C

Black with #FC834C

Text Example


Text Example

White with #FC834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC834C; }

 p { color: rgb(252,131,76); }

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

background-color css

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

 a { background-color: rgb(252,131,76); }

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

border-color css

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

 span { border-color: rgb(252,131,76); }

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