Html Css Color HEX #FE7769 Salmon

📋 copy color: '#FE7769'

red 254 ◦ green 119 ◦ blue 105

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

Shades of Salmon #FE7769

Tints of Salmon #FE7769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.9%

 BLUE value IS 105 (41.41% from 255) = 21.97%

R = 53.14%
G = 24.9%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE7769 (or 0xFE7769) is known color: Salmon. HEX triplet: FE, 77 and 69. RGB value is (254,119,105). Sum of RGB (Red+Green+Blue) = 254+119+105=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7769 is #018896. Grayscale: #9D9D9D. Windows color (decimal): -100503 or 6911998. OLE color: 6911998.

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

Color convert

RGB 254 119 105 -
CMYK 0 0.53 0.59 0.00
HSL 5.64º 0.99% 0.7% -
HSV(B) 5.64º 0.59% 1% -
XYZ 50.02 35.28 17.54 -
YUV 157.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 254 119 105 0 0.53 0.59 0.00 5.64 0.99 0.7
Hex FE 77 69 0 35 3B 0 6 63 46
Octal 376 167 151 0 65 73 0 6 143 106
Binary 11111110 1110111 1101001 0 110101 111011 0 110 1100011 1000110

Color Harmonies of #FE7769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7769

Black with #FE7769

Text Example


Text Example

White with #FE7769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7769; }

 p { color: rgb(254,119,105); }

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

background-color css

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

 a { background-color: rgb(254,119,105); }

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

border-color css

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

 span { border-color: rgb(254,119,105); }

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