Html Css Color HEX #FC8148 Coral

📋 copy color: '#FC8148'

red 252 ◦ green 129 ◦ blue 72

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

Shades of Coral #FC8148

Tints of Coral #FC8148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.89%

R = 55.63%
G = 28.48%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC8148 (or 0xFC8148) is known color: Coral. HEX triplet: FC, 81 and 48. RGB value is (252,129,72). Sum of RGB (Red+Green+Blue) = 252+129+72=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8148 is #037EB7. Grayscale: #9F9F9F. Windows color (decimal): -229048 or 4751868. OLE color: 4751868.

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

Color convert

RGB 252 129 72 -
CMYK 0 0.49 0.71 0.01
HSL 19º 0.97% 0.64% -
HSV(B) 19º 0.71% 0.99% -
XYZ 49.16 36.86 10.66 -
YUV 159.28 78.75 194.13 -
System Red Green Blue C M Y K H S L
Decimal 252 129 72 0 0.49 0.71 0.01 19 0.97 0.64
Hex FC 81 48 0 31 47 1 13 61 40
Octal 374 201 110 0 61 107 1 23 141 100
Binary 11111100 10000001 1001000 0 110001 1000111 1 10011 1100001 1000000

Color Harmonies of #FC8148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8148

Black with #FC8148

Text Example


Text Example

White with #FC8148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8148; }

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

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

background-color css

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

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

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

border-color css

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

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

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