Html Css Color HEX #FE8360 Coral

📋 copy color: '#FE8360'

red 254 ◦ green 131 ◦ blue 96

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

Shades of Coral #FE8360

Tints of Coral #FE8360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.23%

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

R = 52.81%
G = 27.23%
B = 19.96%

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

#FE8360 (or 0xFE8360) is known color: Coral. HEX triplet: FE, 83 and 60. RGB value is (254,131,96). Sum of RGB (Red+Green+Blue) = 254+131+96=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8360 is #017C9F. Grayscale: #A4A4A4. Windows color (decimal): -97440 or 6325246. OLE color: 6325246.

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

Color convert

RGB 254 131 96 -
CMYK 0 0.48 0.62 0.00
HSL 13.29º 0.99% 0.69% -
HSV(B) 13.29º 0.62% 1% -
XYZ 51.1 38.15 15.74 -
YUV 163.79 89.75 192.35 -
System Red Green Blue C M Y K H S L
Decimal 254 131 96 0 0.48 0.62 0.00 13.29 0.99 0.69
Hex FE 83 60 0 30 3E 0 D 63 45
Octal 376 203 140 0 60 76 0 15 143 105
Binary 11111110 10000011 1100000 0 110000 111110 0 1101 1100011 1000101

Color Harmonies of #FE8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8360

Black with #FE8360

Text Example


Text Example

White with #FE8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8360; }

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

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

background-color css

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

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

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

border-color css

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

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

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