Html Css Color HEX #FC8052 Coral

📋 copy color: '#FC8052'

red 252 ◦ green 128 ◦ blue 82

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

Shades of Coral #FC8052

Tints of Coral #FC8052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.71%

 BLUE value IS 82 (32.42% from 255) = 17.75%

R = 54.55%
G = 27.71%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC8052 (or 0xFC8052) is known color: Coral. HEX triplet: FC, 80 and 52. RGB value is (252,128,82). Sum of RGB (Red+Green+Blue) = 252+128+82=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8052 is #037FAD. Grayscale: #A0A0A0. Windows color (decimal): -229294 or 5406972. OLE color: 5406972.

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

Color convert

RGB 252 128 82 -
CMYK 0 0.49 0.67 0.01
HSL 16.24º 0.97% 0.65% -
HSV(B) 16.24º 0.67% 0.99% -
XYZ 49.39 36.74 12.47 -
YUV 159.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 252 128 82 0 0.49 0.67 0.01 16.24 0.97 0.65
Hex FC 80 52 0 31 43 1 10 61 41
Octal 374 200 122 0 61 103 1 20 141 101
Binary 11111100 10000000 1010010 0 110001 1000011 1 10000 1100001 1000001

Color Harmonies of #FC8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8052

Black with #FC8052

Text Example


Text Example

White with #FC8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8052; }

 p { color: rgb(252,128,82); }

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

background-color css

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

 a { background-color: rgb(252,128,82); }

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

border-color css

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

 span { border-color: rgb(252,128,82); }

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