Html Css Color HEX #FC7F52 Coral

📋 copy color: '#FC7F52'

red 252 ◦ green 127 ◦ blue 82

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

Shades of Coral #FC7F52

Tints of Coral #FC7F52

RGB

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

 GREEN value IS 127 (50% from 255) = 27.55%

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

R = 54.66%
G = 27.55%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC7F52 (or 0xFC7F52) is known color: Coral. HEX triplet: FC, 7F and 52. RGB value is (252,127,82). Sum of RGB (Red+Green+Blue) = 252+127+82=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F52 is #0380AD. Grayscale: #9F9F9F. Windows color (decimal): -229550 or 5406716. OLE color: 5406716.

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

Color convert

RGB 252 127 82 -
CMYK 0 0.50 0.67 0.01
HSL 15.88º 0.97% 0.65% -
HSV(B) 15.88º 0.67% 0.99% -
XYZ 49.26 36.48 12.43 -
YUV 159.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 252 127 82 0 0.50 0.67 0.01 15.88 0.97 0.65
Hex FC 7F 52 0 32 43 1 10 61 41
Octal 374 177 122 0 62 103 1 20 141 101
Binary 11111100 1111111 1010010 0 110010 1000011 1 10000 1100001 1000001

Color Harmonies of #FC7F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F52

Black with #FC7F52

Text Example


Text Example

White with #FC7F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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