Html Css Color HEX #FE864F Coral

📋 copy color: '#FE864F'

red 254 ◦ green 134 ◦ blue 79

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

Shades of Coral #FE864F

Tints of Coral #FE864F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.92%

R = 54.39%
G = 28.69%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE864F (or 0xFE864F) is known color: Coral. HEX triplet: FE, 86 and 4F. RGB value is (254,134,79). Sum of RGB (Red+Green+Blue) = 254+134+79=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE864F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE864F is #0179B0. Grayscale: #A3A3A3. Windows color (decimal): -96689 or 5211902. OLE color: 5211902.

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

Color convert

RGB 254 134 79 -
CMYK 0 0.47 0.69 0.00
HSL 18.86º 0.99% 0.65% -
HSV(B) 18.86º 0.69% 1% -
XYZ 50.81 38.69 12.19 -
YUV 163.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 254 134 79 0 0.47 0.69 0.00 18.86 0.99 0.65
Hex FE 86 4F 0 2F 45 0 13 63 41
Octal 376 206 117 0 57 105 0 23 143 101
Binary 11111110 10000110 1001111 0 101111 1000101 0 10011 1100011 1000001

Color Harmonies of #FE864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE864F

Black with #FE864F

Text Example


Text Example

White with #FE864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE864F; }

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

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

background-color css

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

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

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

border-color css

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

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

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