Html Css Color HEX #FC825D Coral

📋 copy color: '#FC825D'

red 252 ◦ green 130 ◦ blue 93

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

Shades of Coral #FC825D

Tints of Coral #FC825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.37%

 BLUE value IS 93 (36.72% from 255) = 19.58%

R = 53.05%
G = 27.37%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC825D (or 0xFC825D) is known color: Coral. HEX triplet: FC, 82 and 5D. RGB value is (252,130,93). Sum of RGB (Red+Green+Blue) = 252+130+93=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC825D is #037DA2. Grayscale: #A2A2A2. Windows color (decimal): -228771 or 6128380. OLE color: 6128380.

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

Color convert

RGB 252 130 93 -
CMYK 0 0.48 0.63 0.01
HSL 13.96º 0.96% 0.68% -
HSV(B) 13.96º 0.63% 0.99% -
XYZ 50.1 37.45 14.94 -
YUV 162.26 88.92 192.01 -
System Red Green Blue C M Y K H S L
Decimal 252 130 93 0 0.48 0.63 0.01 13.96 0.96 0.68
Hex FC 82 5D 0 30 3F 1 E 60 44
Octal 374 202 135 0 60 77 1 16 140 104
Binary 11111100 10000010 1011101 0 110000 111111 1 1110 1100000 1000100

Color Harmonies of #FC825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC825D

Black with #FC825D

Text Example


Text Example

White with #FC825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC825D; }

 p { color: rgb(252,130,93); }

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

background-color css

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

 a { background-color: rgb(252,130,93); }

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

border-color css

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

 span { border-color: rgb(252,130,93); }

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