Html Css Color HEX #FE7F6E Salmon

📋 copy color: '#FE7F6E'

red 254 ◦ green 127 ◦ blue 110

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

Shades of Salmon #FE7F6E

Tints of Salmon #FE7F6E

RGB

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

 GREEN value IS 127 (50% from 255) = 25.87%

 BLUE value IS 110 (43.36% from 255) = 22.4%

R = 51.73%
G = 25.87%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE7F6E (or 0xFE7F6E) is known color: Salmon. HEX triplet: FE, 7F and 6E. RGB value is (254,127,110). Sum of RGB (Red+Green+Blue) = 254+127+110=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F6E is #018091. Grayscale: #A3A3A3. Windows color (decimal): -98450 or 7241726. OLE color: 7241726.

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

Color convert

RGB 254 127 110 -
CMYK 0 0.50 0.57 0.00
HSL 7.08º 0.99% 0.71% -
HSV(B) 7.08º 0.57% 1% -
XYZ 51.28 37.38 19.26 -
YUV 163.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 254 127 110 0 0.50 0.57 0.00 7.08 0.99 0.71
Hex FE 7F 6E 0 32 39 0 7 63 47
Octal 376 177 156 0 62 71 0 7 143 107
Binary 11111110 1111111 1101110 0 110010 111001 0 111 1100011 1000111

Color Harmonies of #FE7F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F6E

Black with #FE7F6E

Text Example


Text Example

White with #FE7F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F6E; }

 p { color: rgb(254,127,110); }

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

background-color css

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

 a { background-color: rgb(254,127,110); }

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

border-color css

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

 span { border-color: rgb(254,127,110); }

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