Html Css Color HEX #FF8A7E Salmon

📋 copy color: '#FF8A7E'

red 255 ◦ green 138 ◦ blue 126

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

Shades of Salmon #FF8A7E

Tints of Salmon #FF8A7E

RGB

 RED value IS 255 (100% from 255) = 49.13%

 GREEN value IS 138 (54.3% from 255) = 26.59%

 BLUE value IS 126 (49.61% from 255) = 24.28%

R = 49.13%
G = 26.59%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF8A7E (or 0xFF8A7E) is known color: Salmon. HEX triplet: FF, 8A and 7E. RGB value is (255,138,126). Sum of RGB (Red+Green+Blue) = 255+138+126=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A7E is #007581. Grayscale: #ABABAB. Windows color (decimal): -30082 or 8293119. OLE color: 8293119.

HSL color Cylindrical-coordinate representation of color #FF8A7E: hue angle of 5.58º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF8A7E is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 138 126 -
CMYK 0 0.46 0.51 0
HSL 5.58º 1% 0.75% -
HSV(B) 5.58º 0.51% 1% -
XYZ 54.09 40.94 24.79 -
YUV 171.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 255 138 126 0 0.46 0.51 0 5.58 1 0.75
Hex FF 8A 7E 0 2E 33 0 6 64 4B
Octal 377 212 176 0 56 63 0 6 144 113
Binary 11111111 10001010 1111110 0 101110 110011 0 110 1100100 1001011

Color Harmonies of #FF8A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A7E

Black with #FF8A7E

Text Example


Text Example

White with #FF8A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A7E; }

 p { color: rgb(255,138,126); }

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

background-color css

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

 a { background-color: rgb(255,138,126); }

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

border-color css

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

 span { border-color: rgb(255,138,126); }

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