Html Css Color HEX #FD8A6F Salmon

📋 copy color: '#FD8A6F'

red 253 ◦ green 138 ◦ blue 111

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

Shades of Salmon #FD8A6F

Tints of Salmon #FD8A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.11%

R = 50.4%
G = 27.49%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD8A6F (or 0xFD8A6F) is known color: Salmon. HEX triplet: FD, 8A and 6F. RGB value is (253,138,111). Sum of RGB (Red+Green+Blue) = 253+138+111=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A6F is #027590. Grayscale: #A9A9A9. Windows color (decimal): -161169 or 7310077. OLE color: 7310077.

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

Color convert

RGB 253 138 111 -
CMYK 0 0.45 0.56 0.01
HSL 11.41º 0.97% 0.71% -
HSV(B) 11.41º 0.56% 0.99% -
XYZ 52.47 40.21 20.03 -
YUV 169.31 95.1 187.7 -
System Red Green Blue C M Y K H S L
Decimal 253 138 111 0 0.45 0.56 0.01 11.41 0.97 0.71
Hex FD 8A 6F 0 2D 38 1 B 61 47
Octal 375 212 157 0 55 70 1 13 141 107
Binary 11111101 10001010 1101111 0 101101 111000 1 1011 1100001 1000111

Color Harmonies of #FD8A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8A6F

Black with #FD8A6F

Text Example


Text Example

White with #FD8A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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