Html Css Color HEX #FE7A6A Salmon

📋 copy color: '#FE7A6A'

red 254 ◦ green 122 ◦ blue 106

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

Shades of Salmon #FE7A6A

Tints of Salmon #FE7A6A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.31%

 BLUE value IS 106 (41.8% from 255) = 21.99%

R = 52.7%
G = 25.31%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE7A6A (or 0xFE7A6A) is known color: Salmon. HEX triplet: FE, 7A and 6A. RGB value is (254,122,106). Sum of RGB (Red+Green+Blue) = 254+122+106=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A6A is #018595. Grayscale: #9F9F9F. Windows color (decimal): -99734 or 6978302. OLE color: 6978302.

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

Color convert

RGB 254 122 106 -
CMYK 0 0.52 0.58 0.00
HSL 6.49º 0.99% 0.71% -
HSV(B) 6.49º 0.58% 1% -
XYZ 50.43 36.03 17.93 -
YUV 159.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 254 122 106 0 0.52 0.58 0.00 6.49 0.99 0.71
Hex FE 7A 6A 0 34 3A 0 6 63 47
Octal 376 172 152 0 64 72 0 6 143 107
Binary 11111110 1111010 1101010 0 110100 111010 0 110 1100011 1000111

Color Harmonies of #FE7A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7A6A

Black with #FE7A6A

Text Example


Text Example

White with #FE7A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7A6A; }

 p { color: rgb(254,122,106); }

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

background-color css

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

 a { background-color: rgb(254,122,106); }

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

border-color css

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

 span { border-color: rgb(254,122,106); }

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