Html Css Color HEX #FC7A4C Coral

📋 copy color: '#FC7A4C'

red 252 ◦ green 122 ◦ blue 76

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

Shades of Coral #FC7A4C

Tints of Coral #FC7A4C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.11%

 BLUE value IS 76 (30.08% from 255) = 16.89%

R = 56%
G = 27.11%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC7A4C (or 0xFC7A4C) is known color: Coral. HEX triplet: FC, 7A and 4C. RGB value is (252,122,76). Sum of RGB (Red+Green+Blue) = 252+122+76=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A4C is #0385B3. Grayscale: #9B9B9B. Windows color (decimal): -230836 or 5012220. OLE color: 5012220.

HSL color Cylindrical-coordinate representation of color #FC7A4C: hue angle of 15.68º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC7A4C is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 122 76 -
CMYK 0 0.52 0.70 0.01
HSL 15.68º 0.97% 0.64% -
HSV(B) 15.68º 0.7% 0.99% -
XYZ 48.41 35.14 11.07 -
YUV 155.63 83.07 196.74 -
System Red Green Blue C M Y K H S L
Decimal 252 122 76 0 0.52 0.70 0.01 15.68 0.97 0.64
Hex FC 7A 4C 0 34 46 1 10 61 40
Octal 374 172 114 0 64 106 1 20 141 100
Binary 11111100 1111010 1001100 0 110100 1000110 1 10000 1100001 1000000

Color Harmonies of #FC7A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A4C

Black with #FC7A4C

Text Example


Text Example

White with #FC7A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A4C; }

 p { color: rgb(252,122,76); }

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

background-color css

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

 a { background-color: rgb(252,122,76); }

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

border-color css

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

 span { border-color: rgb(252,122,76); }

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