Html Css Color HEX #FF764C Coral

📋 copy color: '#FF764C'

red 255 ◦ green 118 ◦ blue 76

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

Shades of Coral #FF764C

Tints of Coral #FF764C

RGB

 RED value IS 255 (100% from 255) = 56.79%

 GREEN value IS 118 (46.48% from 255) = 26.28%

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

R = 56.79%
G = 26.28%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF764C (or 0xFF764C) is known color: Coral. HEX triplet: FF, 76 and 4C. RGB value is (255,118,76). Sum of RGB (Red+Green+Blue) = 255+118+76=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF764C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF764C is #0089B3. Grayscale: #9A9A9A. Windows color (decimal): -35252 or 5011199. OLE color: 5011199.

HSL color Cylindrical-coordinate representation of color #FF764C: hue angle of 14.08º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF764C is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 118 76 -
CMYK 0 0.54 0.70 0
HSL 14.08º 1% 0.65% -
HSV(B) 14.08º 0.7% 1% -
XYZ 49.02 34.74 10.96 -
YUV 154.18 83.89 199.92 -
System Red Green Blue C M Y K H S L
Decimal 255 118 76 0 0.54 0.70 0 14.08 1 0.65
Hex FF 76 4C 0 36 46 0 E 64 41
Octal 377 166 114 0 66 106 0 16 144 101
Binary 11111111 1110110 1001100 0 110110 1000110 0 1110 1100100 1000001

Color Harmonies of #FF764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF764C

Black with #FF764C

Text Example


Text Example

White with #FF764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF764C; }

 p { color: rgb(255,118,76); }

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

background-color css

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

 a { background-color: rgb(255,118,76); }

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

border-color css

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

 span { border-color: rgb(255,118,76); }

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