Html Css Color HEX #FE7A72 Salmon

📋 copy color: '#FE7A72'

red 254 ◦ green 122 ◦ blue 114

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

Shades of Salmon #FE7A72

Tints of Salmon #FE7A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.27%

R = 51.84%
G = 24.9%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE7A72 (or 0xFE7A72) is known color: Salmon. HEX triplet: FE, 7A and 72. RGB value is (254,122,114). Sum of RGB (Red+Green+Blue) = 254+122+114=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A72 is #01858D. Grayscale: #A0A0A0. Windows color (decimal): -99726 or 7502590. OLE color: 7502590.

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

Color convert

RGB 254 122 114 -
CMYK 0 0.52 0.55 0.00
HSL 3.43º 0.99% 0.72% -
HSV(B) 3.43º 0.55% 1% -
XYZ 50.87 36.2 20.23 -
YUV 160.56 101.73 194.65 -
System Red Green Blue C M Y K H S L
Decimal 254 122 114 0 0.52 0.55 0.00 3.43 0.99 0.72
Hex FE 7A 72 0 34 37 0 3 63 48
Octal 376 172 162 0 64 67 0 3 143 110
Binary 11111110 1111010 1110010 0 110100 110111 0 11 1100011 1001000

Color Harmonies of #FE7A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7A72

Black with #FE7A72

Text Example


Text Example

White with #FE7A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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