Html Css Color HEX #FC774E Coral

📋 copy color: '#FC774E'

red 252 ◦ green 119 ◦ blue 78

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

Shades of Coral #FC774E

Tints of Coral #FC774E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.5%

 BLUE value IS 78 (30.86% from 255) = 17.37%

R = 56.12%
G = 26.5%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC774E (or 0xFC774E) is known color: Coral. HEX triplet: FC, 77 and 4E. RGB value is (252,119,78). Sum of RGB (Red+Green+Blue) = 252+119+78=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC774E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC774E is #0388B1. Grayscale: #9A9A9A. Windows color (decimal): -231602 or 5142524. OLE color: 5142524.

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

Color convert

RGB 252 119 78 -
CMYK 0 0.53 0.69 0.01
HSL 14.14º 0.97% 0.65% -
HSV(B) 14.14º 0.69% 0.99% -
XYZ 48.12 34.44 11.32 -
YUV 154.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 252 119 78 0 0.53 0.69 0.01 14.14 0.97 0.65
Hex FC 77 4E 0 35 45 1 E 61 41
Octal 374 167 116 0 65 105 1 16 141 101
Binary 11111100 1110111 1001110 0 110101 1000101 1 1110 1100001 1000001

Color Harmonies of #FC774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC774E

Black with #FC774E

Text Example


Text Example

White with #FC774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC774E; }

 p { color: rgb(252,119,78); }

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

background-color css

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

 a { background-color: rgb(252,119,78); }

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

border-color css

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

 span { border-color: rgb(252,119,78); }

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