Html Css Color HEX #FE865E Coral

📋 copy color: '#FE865E'

red 254 ◦ green 134 ◦ blue 94

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

Shades of Coral #FE865E

Tints of Coral #FE865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.5%

R = 52.7%
G = 27.8%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE865E (or 0xFE865E) is known color: Coral. HEX triplet: FE, 86 and 5E. RGB value is (254,134,94). Sum of RGB (Red+Green+Blue) = 254+134+94=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE865E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE865E is #0179A1. Grayscale: #A5A5A5. Windows color (decimal): -96674 or 6194942. OLE color: 6194942.

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

Color convert

RGB 254 134 94 -
CMYK 0 0.47 0.63 0.00
HSL 15º 0.99% 0.68% -
HSV(B) 15º 0.63% 1% -
XYZ 51.42 38.93 15.39 -
YUV 165.32 87.76 191.25 -
System Red Green Blue C M Y K H S L
Decimal 254 134 94 0 0.47 0.63 0.00 15 0.99 0.68
Hex FE 86 5E 0 2F 3F 0 F 63 44
Octal 376 206 136 0 57 77 0 17 143 104
Binary 11111110 10000110 1011110 0 101111 111111 0 1111 1100011 1000100

Color Harmonies of #FE865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE865E

Black with #FE865E

Text Example


Text Example

White with #FE865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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