Html Css Color HEX #FE8340 Coral

📋 copy color: '#FE8340'

red 254 ◦ green 131 ◦ blue 64

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

Shades of Coral #FE8340

Tints of Coral #FE8340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.25%

R = 56.57%
G = 29.18%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE8340 (or 0xFE8340) is known color: Coral. HEX triplet: FE, 83 and 40. RGB value is (254,131,64). Sum of RGB (Red+Green+Blue) = 254+131+64=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8340 is #017CBF. Grayscale: #A0A0A0. Windows color (decimal): -97472 or 4228094. OLE color: 4228094.

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

Color convert

RGB 254 131 64 -
CMYK 0 0.48 0.75 0.00
HSL 21.16º 0.99% 0.62% -
HSV(B) 21.16º 0.75% 1% -
XYZ 49.91 37.67 9.49 -
YUV 160.14 73.75 194.95 -
System Red Green Blue C M Y K H S L
Decimal 254 131 64 0 0.48 0.75 0.00 21.16 0.99 0.62
Hex FE 83 40 0 30 4B 0 15 63 3E
Octal 376 203 100 0 60 113 0 25 143 76
Binary 11111110 10000011 1000000 0 110000 1001011 0 10101 1100011 111110

Color Harmonies of #FE8340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8340

Black with #FE8340

Text Example


Text Example

White with #FE8340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8340; }

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

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

background-color css

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

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

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

border-color css

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

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

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