Html Css Color HEX #FE865F Coral

📋 copy color: '#FE865F'

red 254 ◦ green 134 ◦ blue 95

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

Shades of Coral #FE865F

Tints of Coral #FE865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.67%

R = 52.59%
G = 27.74%
B = 19.67%

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

#FE865F (or 0xFE865F) is known color: Coral. HEX triplet: FE, 86 and 5F. RGB value is (254,134,95). Sum of RGB (Red+Green+Blue) = 254+134+95=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE865F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE865F is #0179A0. Grayscale: #A5A5A5. Windows color (decimal): -96673 or 6260478. OLE color: 6260478.

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

Color convert

RGB 254 134 95 -
CMYK 0 0.47 0.63 0.00
HSL 14.72º 0.99% 0.68% -
HSV(B) 14.72º 0.63% 1% -
XYZ 51.46 38.95 15.63 -
YUV 165.43 88.26 191.17 -
System Red Green Blue C M Y K H S L
Decimal 254 134 95 0 0.47 0.63 0.00 14.72 0.99 0.68
Hex FE 86 5F 0 2F 3F 0 F 63 44
Octal 376 206 137 0 57 77 0 17 143 104
Binary 11111110 10000110 1011111 0 101111 111111 0 1111 1100011 1000100

Color Harmonies of #FE865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE865F

Black with #FE865F

Text Example


Text Example

White with #FE865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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