Html Css Color HEX #FE864C Coral

📋 copy color: '#FE864C'

red 254 ◦ green 134 ◦ blue 76

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

Shades of Coral #FE864C

Tints of Coral #FE864C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.38%

R = 54.74%
G = 28.88%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE864C (or 0xFE864C) is known color: Coral. HEX triplet: FE, 86 and 4C. RGB value is (254,134,76). Sum of RGB (Red+Green+Blue) = 254+134+76=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE864C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE864C is #0179B3. Grayscale: #A3A3A3. Windows color (decimal): -96692 or 5015294. OLE color: 5015294.

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

Color convert

RGB 254 134 76 -
CMYK 0 0.47 0.70 0.00
HSL 19.55º 0.99% 0.65% -
HSV(B) 19.55º 0.7% 1% -
XYZ 50.7 38.64 11.62 -
YUV 163.27 78.76 192.72 -
System Red Green Blue C M Y K H S L
Decimal 254 134 76 0 0.47 0.70 0.00 19.55 0.99 0.65
Hex FE 86 4C 0 2F 46 0 14 63 41
Octal 376 206 114 0 57 106 0 24 143 101
Binary 11111110 10000110 1001100 0 101111 1000110 0 10100 1100011 1000001

Color Harmonies of #FE864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE864C

Black with #FE864C

Text Example


Text Example

White with #FE864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE864C; }

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

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

background-color css

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

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

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

border-color css

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

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

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