Html Css Color HEX #FD8A6B Salmon

📋 copy color: '#FD8A6B'

red 253 ◦ green 138 ◦ blue 107

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

Shades of Salmon #FD8A6B

Tints of Salmon #FD8A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.49%

R = 50.8%
G = 27.71%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD8A6B (or 0xFD8A6B) is known color: Salmon. HEX triplet: FD, 8A and 6B. RGB value is (253,138,107). Sum of RGB (Red+Green+Blue) = 253+138+107=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A6B is #027594. Grayscale: #A9A9A9. Windows color (decimal): -161173 or 7047933. OLE color: 7047933.

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

Color convert

RGB 253 138 107 -
CMYK 0 0.45 0.58 0.01
HSL 12.74º 0.97% 0.71% -
HSV(B) 12.74º 0.58% 0.99% -
XYZ 52.25 40.12 18.9 -
YUV 168.85 93.1 188.02 -
System Red Green Blue C M Y K H S L
Decimal 253 138 107 0 0.45 0.58 0.01 12.74 0.97 0.71
Hex FD 8A 6B 0 2D 3A 1 D 61 47
Octal 375 212 153 0 55 72 1 15 141 107
Binary 11111101 10001010 1101011 0 101101 111010 1 1101 1100001 1000111

Color Harmonies of #FD8A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8A6B

Black with #FD8A6B

Text Example


Text Example

White with #FD8A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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