Html Css Color HEX #FC774A Coral

📋 copy color: '#FC774A'

red 252 ◦ green 119 ◦ blue 74

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

Shades of Coral #FC774A

Tints of Coral #FC774A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.63%

R = 56.63%
G = 26.74%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC774A (or 0xFC774A) is known color: Coral. HEX triplet: FC, 77 and 4A. RGB value is (252,119,74). Sum of RGB (Red+Green+Blue) = 252+119+74=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC774A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC774A is #0388B5. Grayscale: #999999. Windows color (decimal): -231606 or 4880380. OLE color: 4880380.

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

Color convert

RGB 252 119 74 -
CMYK 0 0.53 0.71 0.01
HSL 15.17º 0.97% 0.64% -
HSV(B) 15.17º 0.71% 0.99% -
XYZ 47.98 34.38 10.59 -
YUV 153.64 83.06 198.16 -
System Red Green Blue C M Y K H S L
Decimal 252 119 74 0 0.53 0.71 0.01 15.17 0.97 0.64
Hex FC 77 4A 0 35 47 1 F 61 40
Octal 374 167 112 0 65 107 1 17 141 100
Binary 11111100 1110111 1001010 0 110101 1000111 1 1111 1100001 1000000

Color Harmonies of #FC774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC774A

Black with #FC774A

Text Example


Text Example

White with #FC774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC774A; }

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

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

background-color css

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

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

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

border-color css

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

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

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