Html Css Color HEX #FE8141 Coral

📋 copy color: '#FE8141'

red 254 ◦ green 129 ◦ blue 65

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

Shades of Coral #FE8141

Tints of Coral #FE8141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.79%

 BLUE value IS 65 (25.78% from 255) = 14.51%

R = 56.7%
G = 28.79%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE8141 (or 0xFE8141) is known color: Coral. HEX triplet: FE, 81 and 41. RGB value is (254,129,65). Sum of RGB (Red+Green+Blue) = 254+129+65=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8141 is #017EBE. Grayscale: #9F9F9F. Windows color (decimal): -97983 or 4293118. OLE color: 4293118.

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

Color convert

RGB 254 129 65 -
CMYK 0 0.49 0.74 0.00
HSL 20.32º 0.99% 0.63% -
HSV(B) 20.32º 0.74% 1% -
XYZ 49.68 37.15 9.55 -
YUV 159.08 74.91 195.7 -
System Red Green Blue C M Y K H S L
Decimal 254 129 65 0 0.49 0.74 0.00 20.32 0.99 0.63
Hex FE 81 41 0 31 4A 0 14 63 3F
Octal 376 201 101 0 61 112 0 24 143 77
Binary 11111110 10000001 1000001 0 110001 1001010 0 10100 1100011 111111

Color Harmonies of #FE8141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8141

Black with #FE8141

Text Example


Text Example

White with #FE8141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8141; }

 p { color: rgb(254,129,65); }

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

background-color css

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

 a { background-color: rgb(254,129,65); }

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

border-color css

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

 span { border-color: rgb(254,129,65); }

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