Html Css Color HEX #FE7B6D Salmon

📋 copy color: '#FE7B6D'

red 254 ◦ green 123 ◦ blue 109

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

Shades of Salmon #FE7B6D

Tints of Salmon #FE7B6D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.31%

 BLUE value IS 109 (42.97% from 255) = 22.43%

R = 52.26%
G = 25.31%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE7B6D (or 0xFE7B6D) is known color: Salmon. HEX triplet: FE, 7B and 6D. RGB value is (254,123,109). Sum of RGB (Red+Green+Blue) = 254+123+109=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B6D is #018492. Grayscale: #A0A0A0. Windows color (decimal): -99475 or 7175166. OLE color: 7175166.

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

Color convert

RGB 254 123 109 -
CMYK 0 0.52 0.57 0.00
HSL 5.79º 0.99% 0.71% -
HSV(B) 5.79º 0.57% 1% -
XYZ 50.72 36.34 18.81 -
YUV 160.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 254 123 109 0 0.52 0.57 0.00 5.79 0.99 0.71
Hex FE 7B 6D 0 34 39 0 6 63 47
Octal 376 173 155 0 64 71 0 6 143 107
Binary 11111110 1111011 1101101 0 110100 111001 0 110 1100011 1000111

Color Harmonies of #FE7B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7B6D

Black with #FE7B6D

Text Example


Text Example

White with #FE7B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7B6D; }

 p { color: rgb(254,123,109); }

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

background-color css

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

 a { background-color: rgb(254,123,109); }

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

border-color css

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

 span { border-color: rgb(254,123,109); }

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