Html Css Color HEX #FE817C Salmon

📋 copy color: '#FE817C'

red 254 ◦ green 129 ◦ blue 124

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

Shades of Salmon #FE817C

Tints of Salmon #FE817C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.46%

R = 50.1%
G = 25.44%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE817C (or 0xFE817C) is known color: Salmon. HEX triplet: FE, 81 and 7C. RGB value is (254,129,124). Sum of RGB (Red+Green+Blue) = 254+129+124=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE817C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE817C is #017E83. Grayscale: #A5A5A5. Windows color (decimal): -97924 or 8159742. OLE color: 8159742.

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

Color convert

RGB 254 129 124 -
CMYK 0 0.49 0.51 0.00
HSL 2.31º 0.98% 0.74% -
HSV(B) 2.31º 0.51% 1% -
XYZ 52.36 38.23 23.69 -
YUV 165.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 254 129 124 0 0.49 0.51 0.00 2.31 0.98 0.74
Hex FE 81 7C 0 31 33 0 2 62 4A
Octal 376 201 174 0 61 63 0 2 142 112
Binary 11111110 10000001 1111100 0 110001 110011 0 10 1100010 1001010

Color Harmonies of #FE817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE817C

Black with #FE817C

Text Example


Text Example

White with #FE817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE817C; }

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

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

background-color css

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

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

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

border-color css

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

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

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