Html Css Color HEX #FE807C Salmon

📋 copy color: '#FE807C'

red 254 ◦ green 128 ◦ blue 124

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

Shades of Salmon #FE807C

Tints of Salmon #FE807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.3%

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

R = 50.2%
G = 25.3%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE807C (or 0xFE807C) is known color: Salmon. HEX triplet: FE, 80 and 7C. RGB value is (254,128,124). Sum of RGB (Red+Green+Blue) = 254+128+124=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE807C is #017F83. Grayscale: #A5A5A5. Windows color (decimal): -98180 or 8159486. OLE color: 8159486.

HSL color Cylindrical-coordinate representation of color #FE807C: hue angle of 1.85º 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 #FE807C is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 128 124 -
CMYK 0 0.50 0.51 0.00
HSL 1.85º 0.98% 0.74% -
HSV(B) 1.85º 0.51% 1% -
XYZ 52.23 37.96 23.64 -
YUV 165.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 254 128 124 0 0.50 0.51 0.00 1.85 0.98 0.74
Hex FE 80 7C 0 32 33 0 2 62 4A
Octal 376 200 174 0 62 63 0 2 142 112
Binary 11111110 10000000 1111100 0 110010 110011 0 10 1100010 1001010

Color Harmonies of #FE807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE807C

Black with #FE807C

Text Example


Text Example

White with #FE807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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