Html Css Color HEX #FE764C Coral

📋 copy color: '#FE764C'

red 254 ◦ green 118 ◦ blue 76

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

Shades of Coral #FE764C

Tints of Coral #FE764C

RGB

 RED value IS 254 (99.61% from 255) = 56.7%

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

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

R = 56.7%
G = 26.34%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE764C (or 0xFE764C) is known color: Coral. HEX triplet: FE, 76 and 4C. RGB value is (254,118,76). Sum of RGB (Red+Green+Blue) = 254+118+76=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE764C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE764C is #0189B3. Grayscale: #9A9A9A. Windows color (decimal): -100788 or 5011198. OLE color: 5011198.

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

Color convert

RGB 254 118 76 -
CMYK 0 0.54 0.70 0.00
HSL 14.16º 0.99% 0.65% -
HSV(B) 14.16º 0.7% 1% -
XYZ 48.66 34.55 10.94 -
YUV 153.88 84.06 199.42 -
System Red Green Blue C M Y K H S L
Decimal 254 118 76 0 0.54 0.70 0.00 14.16 0.99 0.65
Hex FE 76 4C 0 36 46 0 E 63 41
Octal 376 166 114 0 66 106 0 16 143 101
Binary 11111110 1110110 1001100 0 110110 1000110 0 1110 1100011 1000001

Color Harmonies of #FE764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE764C

Black with #FE764C

Text Example


Text Example

White with #FE764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE764C; }

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

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

background-color css

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

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

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

border-color css

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

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

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