Html Css Color HEX #FE8345 Coral

📋 copy color: '#FE8345'

red 254 ◦ green 131 ◦ blue 69

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

Shades of Coral #FE8345

Tints of Coral #FE8345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.2%

R = 55.95%
G = 28.85%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FE8345 (or 0xFE8345) is known color: Coral. HEX triplet: FE, 83 and 45. RGB value is (254,131,69). Sum of RGB (Red+Green+Blue) = 254+131+69=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8345 is #017CBA. Grayscale: #A1A1A1. Windows color (decimal): -97467 or 4555774. OLE color: 4555774.

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

Color convert

RGB 254 131 69 -
CMYK 0 0.48 0.73 0.00
HSL 20.11º 0.99% 0.63% -
HSV(B) 20.11º 0.73% 1% -
XYZ 50.06 37.73 10.27 -
YUV 160.71 76.25 194.54 -
System Red Green Blue C M Y K H S L
Decimal 254 131 69 0 0.48 0.73 0.00 20.11 0.99 0.63
Hex FE 83 45 0 30 49 0 14 63 3F
Octal 376 203 105 0 60 111 0 24 143 77
Binary 11111110 10000011 1000101 0 110000 1001001 0 10100 1100011 111111

Color Harmonies of #FE8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8345

Black with #FE8345

Text Example


Text Example

White with #FE8345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8345; }

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

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

background-color css

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

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

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

border-color css

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

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

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