Html Css Color HEX #FD8A7B Salmon

📋 copy color: '#FD8A7B'

red 253 ◦ green 138 ◦ blue 123

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

Shades of Salmon #FD8A7B

Tints of Salmon #FD8A7B

RGB

 RED value IS 253 (99.22% from 255) = 49.22%

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

 BLUE value IS 123 (48.44% from 255) = 23.93%

R = 49.22%
G = 26.85%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD8A7B (or 0xFD8A7B) is known color: Salmon. HEX triplet: FD, 8A and 7B. RGB value is (253,138,123). Sum of RGB (Red+Green+Blue) = 253+138+123=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A7B is #027584. Grayscale: #AAAAAA. Windows color (decimal): -161157 or 8096509. OLE color: 8096509.

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

Color convert

RGB 253 138 123 -
CMYK 0 0.45 0.51 0.01
HSL 6.92º 0.97% 0.74% -
HSV(B) 6.92º 0.51% 0.99% -
XYZ 53.17 40.49 23.75 -
YUV 170.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 253 138 123 0 0.45 0.51 0.01 6.92 0.97 0.74
Hex FD 8A 7B 0 2D 33 1 7 61 4A
Octal 375 212 173 0 55 63 1 7 141 112
Binary 11111101 10001010 1111011 0 101101 110011 1 111 1100001 1001010

Color Harmonies of #FD8A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8A7B

Black with #FD8A7B

Text Example


Text Example

White with #FD8A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8A7B; }

 p { color: rgb(253,138,123); }

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

background-color css

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

 a { background-color: rgb(253,138,123); }

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

border-color css

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

 span { border-color: rgb(253,138,123); }

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