Html Css Color HEX #FC8152 Coral

📋 copy color: '#FC8152'

red 252 ◦ green 129 ◦ blue 82

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

Shades of Coral #FC8152

Tints of Coral #FC8152

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.86%

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

R = 54.43%
G = 27.86%
B = 17.71%

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

#FC8152 (or 0xFC8152) is known color: Coral. HEX triplet: FC, 81 and 52. RGB value is (252,129,82). Sum of RGB (Red+Green+Blue) = 252+129+82=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8152 is #037EAD. Grayscale: #A0A0A0. Windows color (decimal): -229038 or 5407228. OLE color: 5407228.

HSL color Cylindrical-coordinate representation of color #FC8152: hue angle of 16.59º 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 #FC8152 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 129 82 -
CMYK 0 0.49 0.67 0.01
HSL 16.59º 0.97% 0.65% -
HSV(B) 16.59º 0.67% 0.99% -
XYZ 49.52 37.01 12.52 -
YUV 160.42 83.75 193.32 -
System Red Green Blue C M Y K H S L
Decimal 252 129 82 0 0.49 0.67 0.01 16.59 0.97 0.65
Hex FC 81 52 0 31 43 1 11 61 41
Octal 374 201 122 0 61 103 1 21 141 101
Binary 11111100 10000001 1010010 0 110001 1000011 1 10001 1100001 1000001

Color Harmonies of #FC8152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8152

Black with #FC8152

Text Example


Text Example

White with #FC8152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8152; }

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

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

background-color css

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

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

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

border-color css

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

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

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