Html Css Color HEX #FD866F Salmon

📋 copy color: '#FD866F'

red 253 ◦ green 134 ◦ blue 111

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

Shades of Salmon #FD866F

Tints of Salmon #FD866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.91%

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

R = 50.8%
G = 26.91%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD866F (or 0xFD866F) is known color: Salmon. HEX triplet: FD, 86 and 6F. RGB value is (253,134,111). Sum of RGB (Red+Green+Blue) = 253+134+111=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD866F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD866F is #027990. Grayscale: #A7A7A7. Windows color (decimal): -162193 or 7309053. OLE color: 7309053.

HSL color Cylindrical-coordinate representation of color #FD866F: hue angle of 9.72º 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 #FD866F is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 134 111 -
CMYK 0 0.47 0.56 0.01
HSL 9.72º 0.97% 0.71% -
HSV(B) 9.72º 0.56% 0.99% -
XYZ 51.9 39.08 19.85 -
YUV 166.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 253 134 111 0 0.47 0.56 0.01 9.72 0.97 0.71
Hex FD 86 6F 0 2F 38 1 A 61 47
Octal 375 206 157 0 57 70 1 12 141 107
Binary 11111101 10000110 1101111 0 101111 111000 1 1010 1100001 1000111

Color Harmonies of #FD866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD866F

Black with #FD866F

Text Example


Text Example

White with #FD866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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