Html Css Color HEX #FE8660 Coral

📋 copy color: '#FE8660'

red 254 ◦ green 134 ◦ blue 96

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

Shades of Coral #FE8660

Tints of Coral #FE8660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.69%

 BLUE value IS 96 (37.89% from 255) = 19.83%

R = 52.48%
G = 27.69%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE8660 (or 0xFE8660) is known color: Coral. HEX triplet: FE, 86 and 60. RGB value is (254,134,96). Sum of RGB (Red+Green+Blue) = 254+134+96=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8660 is #01799F. Grayscale: #A5A5A5. Windows color (decimal): -96672 or 6326014. OLE color: 6326014.

HSL color Cylindrical-coordinate representation of color #FE8660: hue angle of 14.43º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE8660 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 134 96 -
CMYK 0 0.47 0.62 0.00
HSL 14.43º 0.99% 0.69% -
HSV(B) 14.43º 0.62% 1% -
XYZ 51.51 38.97 15.87 -
YUV 165.55 88.76 191.09 -
System Red Green Blue C M Y K H S L
Decimal 254 134 96 0 0.47 0.62 0.00 14.43 0.99 0.69
Hex FE 86 60 0 2F 3E 0 E 63 45
Octal 376 206 140 0 57 76 0 16 143 105
Binary 11111110 10000110 1100000 0 101111 111110 0 1110 1100011 1000101

Color Harmonies of #FE8660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8660

Black with #FE8660

Text Example


Text Example

White with #FE8660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8660; }

 p { color: rgb(254,134,96); }

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

background-color css

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

 a { background-color: rgb(254,134,96); }

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

border-color css

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

 span { border-color: rgb(254,134,96); }

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