Html Css Color HEX #FE8560 Coral

📋 copy color: '#FE8560'

red 254 ◦ green 133 ◦ blue 96

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

Shades of Coral #FE8560

Tints of Coral #FE8560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.54%

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

R = 52.59%
G = 27.54%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE8560 (or 0xFE8560) is known color: Coral. HEX triplet: FE, 85 and 60. RGB value is (254,133,96). Sum of RGB (Red+Green+Blue) = 254+133+96=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8560 is #017A9F. Grayscale: #A5A5A5. Windows color (decimal): -96928 or 6325758. OLE color: 6325758.

HSL color Cylindrical-coordinate representation of color #FE8560: hue angle of 14.05º 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 #FE8560 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 133 96 -
CMYK 0 0.48 0.62 0.00
HSL 14.05º 0.99% 0.69% -
HSV(B) 14.05º 0.62% 1% -
XYZ 51.37 38.69 15.83 -
YUV 164.96 89.09 191.51 -
System Red Green Blue C M Y K H S L
Decimal 254 133 96 0 0.48 0.62 0.00 14.05 0.99 0.69
Hex FE 85 60 0 30 3E 0 E 63 45
Octal 376 205 140 0 60 76 0 16 143 105
Binary 11111110 10000101 1100000 0 110000 111110 0 1110 1100011 1000101

Color Harmonies of #FE8560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8560

Black with #FE8560

Text Example


Text Example

White with #FE8560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8560; }

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

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

background-color css

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

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

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

border-color css

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

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

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