Html Css Color HEX #FE7D6C Salmon

📋 copy color: '#FE7D6C'

red 254 ◦ green 125 ◦ blue 108

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

Shades of Salmon #FE7D6C

Tints of Salmon #FE7D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.67%

 BLUE value IS 108 (42.58% from 255) = 22.18%

R = 52.16%
G = 25.67%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE7D6C (or 0xFE7D6C) is known color: Salmon. HEX triplet: FE, 7D and 6C. RGB value is (254,125,108). Sum of RGB (Red+Green+Blue) = 254+125+108=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D6C is #018293. Grayscale: #A1A1A1. Windows color (decimal): -98964 or 7110142. OLE color: 7110142.

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

Color convert

RGB 254 125 108 -
CMYK 0 0.51 0.57 0.00
HSL 6.99º 0.99% 0.71% -
HSV(B) 6.99º 0.57% 1% -
XYZ 50.91 36.82 18.61 -
YUV 161.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 254 125 108 0 0.51 0.57 0.00 6.99 0.99 0.71
Hex FE 7D 6C 0 33 39 0 7 63 47
Octal 376 175 154 0 63 71 0 7 143 107
Binary 11111110 1111101 1101100 0 110011 111001 0 111 1100011 1000111

Color Harmonies of #FE7D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D6C

Black with #FE7D6C

Text Example


Text Example

White with #FE7D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D6C; }

 p { color: rgb(254,125,108); }

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

background-color css

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

 a { background-color: rgb(254,125,108); }

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

border-color css

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

 span { border-color: rgb(254,125,108); }

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