Html Css Color HEX #FE7B7A Salmon

📋 copy color: '#FE7B7A'

red 254 ◦ green 123 ◦ blue 122

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

Shades of Salmon #FE7B7A

Tints of Salmon #FE7B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.45%

R = 50.9%
G = 24.65%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE7B7A (or 0xFE7B7A) is known color: Salmon. HEX triplet: FE, 7B and 7A. RGB value is (254,123,122). Sum of RGB (Red+Green+Blue) = 254+123+122=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B7A is #018485. Grayscale: #A2A2A2. Windows color (decimal): -99462 or 8027134. OLE color: 8027134.

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

Color convert

RGB 254 123 122 -
CMYK 0 0.52 0.52 0.00
HSL 0.45º 0.99% 0.74% -
HSV(B) 0.45º 0.52% 1% -
XYZ 51.47 36.64 22.77 -
YUV 162.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 254 123 122 0 0.52 0.52 0.00 0.45 0.99 0.74
Hex FE 7B 7A 0 34 34 0 0 63 4A
Octal 376 173 172 0 64 64 0 0 143 112
Binary 11111110 1111011 1111010 0 110100 110100 0 0 1100011 1001010

Color Harmonies of #FE7B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7B7A

Black with #FE7B7A

Text Example


Text Example

White with #FE7B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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