Html Css Color HEX #FC834A Coral

📋 copy color: '#FC834A'

red 252 ◦ green 131 ◦ blue 74

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

Shades of Coral #FC834A

Tints of Coral #FC834A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.19%

R = 55.14%
G = 28.67%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC834A (or 0xFC834A) is known color: Coral. HEX triplet: FC, 83 and 4A. RGB value is (252,131,74). Sum of RGB (Red+Green+Blue) = 252+131+74=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC834A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC834A is #037CB5. Grayscale: #A1A1A1. Windows color (decimal): -228534 or 4883452. OLE color: 4883452.

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

Color convert

RGB 252 131 74 -
CMYK 0 0.48 0.71 0.01
HSL 19.21º 0.97% 0.64% -
HSV(B) 19.21º 0.71% 0.99% -
XYZ 49.5 37.42 11.09 -
YUV 160.68 79.09 193.13 -
System Red Green Blue C M Y K H S L
Decimal 252 131 74 0 0.48 0.71 0.01 19.21 0.97 0.64
Hex FC 83 4A 0 30 47 1 13 61 40
Octal 374 203 112 0 60 107 1 23 141 100
Binary 11111100 10000011 1001010 0 110000 1000111 1 10011 1100001 1000000

Color Harmonies of #FC834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC834A

Black with #FC834A

Text Example


Text Example

White with #FC834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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